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

{
    "data": {
        "type": "Entry",
        "id": "63299",
        "attributes": {
            "title": "The Travels of William Wells Brown",
            "slug": "the-travels-of-william-wells-brown",
            "short_description": "Today's book combines two autobiographical pieces: one a travelogue of Europe and an account of the first World's Fair, the other an account of growing up in and escaping from slavery.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/23ab66d072_lifelines_960x540.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2025-01-21T11:40:01.045033-05:00",
            "custom_publication_date": "2025-01-15T11:40:01-05:00",
            "update_date": "2025-01-21T11:40:19.012758-05:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/lifelines/the-travels-of-william-wells-brown/",
            "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.deltabroadcasting.org/bento-api/blogs/categories/1713/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/63299/?format=api"
        }
    }
}