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

{
    "data": {
        "type": "Entry",
        "id": "43300",
        "attributes": {
            "title": "Independent Lens: Philly D.A. Begins April 20",
            "slug": "independent-lens-philly-da",
            "short_description": "He sued police over 75 times. Now he’s the D.A. Can his team make change from the inside?",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/ketc-bento-live-pbs/ninenet/blogs/news/2da3140e57_phillyda-747.jpg",
            "authors_displayname": "Dale Fisher",
            "publication_date": "2021-04-07T15:08:46.224118-04:00",
            "custom_publication_date": null,
            "update_date": "2021-04-29T11:34:52.890632-04:00",
            "tags": [],
            "absolute_url": "//www.ninepbs.org/blogs/news/independent-lens-philly-da/",
            "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": "309"
                },
                "links": {
                    "related": "https://www.ninepbs.org/bento-api/blogs/categories/309/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "96"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.ninepbs.org/bento-api/blogs/entries/43300/?format=api"
        }
    }
}