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

{
    "data": {
        "type": "Entry",
        "id": "50399",
        "attributes": {
            "title": "Interview - Michael J. Wisniewski, Bay City Players",
            "slug": "interview-michael-j-wisniewski-bay-city-players",
            "short_description": "We speak with Michael J. Wisniewski, director of Follies, opening at the Bay City Players this weekend.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/e83f4f06f9_beyond-broadway-hosts-ropes-logo_960x540.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2022-04-22T12:08:25.407155-04:00",
            "custom_publication_date": null,
            "update_date": "2022-04-22T12:08:25.425452-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/beyond-broadway/interview-michael-j-wisniewski-bay-city-players/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Beyond Broadway",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "2049"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/2049/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/50399/?format=api"
        }
    }
}