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

{
    "data": {
        "type": "Entry",
        "id": "53491",
        "attributes": {
            "title": "Dr. Jelani Cobb Interview",
            "slug": "dr-jelani-cobb-interview",
            "short_description": "A conversation with writer, author, and educator Dr. Jelani Cobb about race, politics, history, and culture.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/6c1c9e0c07_soul-2201.jfif",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2022-10-31T13:31:50.630484-04:00",
            "custom_publication_date": "2022-10-30T13:29:50-04:00",
            "update_date": "2022-10-31T13:31:50.649731-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/soul-issue/dr-jelani-cobb-interview/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Dr. Jelani Cobb",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "584"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/584/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/53491/?format=api"
        }
    }
}