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

{
    "data": {
        "type": "Entry",
        "id": "55121",
        "attributes": {
            "title": "The Seven Ages Of Elvis",
            "slug": "the-seven-ages-of-elvis",
            "short_description": "Delve deeply into the world of Elvis and explore the life of the ultimate rise and fall megastar who defined the heights and pitfalls of modern super-celebrity.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/ketc-bento-live-pbs/ninenet/blogs/program%20highlights/b78f6a3301_elvis-seven-747.jpg",
            "authors_displayname": "Dale Fisher",
            "publication_date": "2023-03-01T15:59:03.076135-05:00",
            "custom_publication_date": "2023-02-18T15:58:54-05:00",
            "update_date": "2023-03-13T16:15:41.548367-04:00",
            "tags": [],
            "absolute_url": "//www.ninepbs.org/blogs/arts/the-seven-ages-of-elvis/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "106"
                },
                "links": {
                    "related": "https://www.ninepbs.org/bento-api/blogs/categories/106/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "96"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.ninepbs.org/bento-api/blogs/entries/55121/?format=api"
        }
    }
}