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

{
    "data": {
        "type": "Entry",
        "id": "52245",
        "attributes": {
            "title": "Chris Botti & The Dallas Symphony Orchestra",
            "slug": "chris-botti-the-dallas-symphony-orchestra",
            "short_description": "Join the master trumpeter and special guests for an evening of jazz, pop and favorite standards.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/ketc-bento-live-pbs/ninenet/blogs/arts/52c253fd4b_botti-747.jpg",
            "authors_displayname": "Dale Fisher",
            "publication_date": "2022-08-11T11:09:48.788642-04:00",
            "custom_publication_date": "2022-08-03T11:09:43-04:00",
            "update_date": "2022-09-06T10:51:48.002950-04:00",
            "tags": [],
            "absolute_url": "//www.ninepbs.org/blogs/arts/chris-botti-the-dallas-symphony-orchestra/",
            "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": "106"
                },
                "links": {
                    "related": "https://www.ninepbs.org/bento-api/blogs/categories/106/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "96"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.ninepbs.org/bento-api/blogs/entries/52245/?format=api"
        }
    }
}