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

{
    "data": {
        "type": "Entry",
        "id": "52099",
        "attributes": {
            "title": "Living St. Louis | August 1, 2022",
            "slug": "living-st-louis-august-1-2022",
            "short_description": "Best of Living St. Louis Summer Episode: Knight for Hire, Mercury Reunion, A Flight to Remember.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/ketc-bento-live-pbs/ninenet/blogs/living-st-louis/5720e61713_lsl-20220801-747.jpg",
            "authors_displayname": "Dale Fisher",
            "publication_date": "2022-08-01T20:40:50.374030-04:00",
            "custom_publication_date": null,
            "update_date": "2022-08-01T20:40:50.397244-04:00",
            "tags": [],
            "absolute_url": "//www.ninepbs.org/blogs/program-highlights/living-st-louis-august-1-2022/",
            "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": "1011"
                },
                "links": {
                    "related": "https://www.ninepbs.org/bento-api/blogs/categories/1011/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "96"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.ninepbs.org/bento-api/blogs/entries/52099/?format=api"
        }
    }
}