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

{
    "data": {
        "type": "Entry",
        "id": "65515",
        "attributes": {
            "title": "Thumb Octagon Barn",
            "slug": "thumb-octagon-barn",
            "short_description": "A tour of the Thumb Octagon Barn Agricultural Museum in Gagetown, Michigan.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/d3b281db72_snda_octagon-barn.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2025-06-23T13:45:14.518421-04:00",
            "custom_publication_date": null,
            "update_date": "2025-07-15T15:44:57.312382-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/second-act/thumb-octagon-barn/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Second Act - The Thumb's Farming Museum",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "582"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/582/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/65515/?format=api"
        }
    }
}