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

{
    "data": {
        "type": "Entry",
        "id": "55002",
        "attributes": {
            "title": "Freddie Lee’s Gourmet Sauces: The Sauce That Brings Everyone Together",
            "slug": "freddie-lees-gourmet-sauces-the-sauce-that-brings-everyone-together",
            "short_description": "Freddie L. James Jr., one of the owners of the husband-and-wife-owned Freddie Lee’s Gourmet Sauces, starts his day at 3 am by making sauce.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/ketc-bento-live-pbs/ninenet/blogs/living-st-louis/dbc7b86125_freddielees-747.jpg",
            "authors_displayname": "Dale Fisher",
            "publication_date": "2023-02-15T14:27:10.473987-05:00",
            "custom_publication_date": null,
            "update_date": "2023-06-15T10:35:12.847922-04:00",
            "tags": [
                {
                    "id": 2118,
                    "name": "voices",
                    "slug": "voices"
                }
            ],
            "absolute_url": "//www.ninepbs.org/blogs/living-st-louis/freddie-lees-gourmet-sauces-the-sauce-that-brings-everyone-together/",
            "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": "2197"
                },
                "links": {
                    "related": "https://www.ninepbs.org/bento-api/blogs/categories/2197/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "96"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.ninepbs.org/bento-api/blogs/entries/55002/?format=api"
        }
    }
}