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

{
    "data": {
        "type": "Entry",
        "id": "57171",
        "attributes": {
            "title": "Robert the Bruce: King of Scots",
            "slug": "robert-the-bruce-king-of-scots",
            "short_description": "King Edward of England's brutal execution of William Wallace was meant to intimidate the Scots, but instead it inflamed them and a new leader arose: Robert the Bruce.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/23ab66d072_lifelines_960x540.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2023-07-20T15:12:42.557285-04:00",
            "custom_publication_date": "2023-07-12T15:10:41-04:00",
            "update_date": "2023-07-20T15:12:42.583019-04:00",
            "tags": [],
            "absolute_url": "//www.deltapublicmedia.org/blogs/lifelines/robert-the-bruce-king-of-scots/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Lifelines with John Augustine",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "1713"
                },
                "links": {
                    "related": "https://www.deltapublicmedia.org/bento-api/blogs/categories/1713/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltapublicmedia.org/bento-api/blogs/entries/57171/?format=api"
        }
    }
}