GET /bento-api/blogs/entries/56772/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "Entry",
        "id": "56772",
        "attributes": {
            "title": "Visiting Local Attractions; 73-Year-Old Umpire",
            "slug": "visiting-local-attractions-73yearold-umpire",
            "short_description": "We highlight local Great Lakes Bay Region attractions that are perfect for taking visiting guests or spending the day with grandchildren.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/983cd1aba2_second-act-1403.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2023-06-19T10:58:47.386919-04:00",
            "custom_publication_date": "2023-06-18T10:54:19-04:00",
            "update_date": "2023-06-19T10:58:47.403615-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/second-act/visiting-local-attractions-73yearold-umpire/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "The U.S.S. Edson/Saginaw Valley Naval Ship Museum",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "582"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/582/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/56772/?format=api"
        }
    }
}