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

{
    "data": {
        "type": "Entry",
        "id": "63749",
        "attributes": {
            "title": "Nova: Baltimore Bridge Collapse",
            "slug": "nova-baltimore-bridge-collapse",
            "short_description": "Follow the investigation into the deadly container ship collision that closed the Port of Baltimore.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/ketc-bento-live-pbs/ninenet/blogs/science/f86361ff64_bridge-747.jpg",
            "authors_displayname": "Dale Fisher",
            "publication_date": "2025-02-24T09:23:58.451947-05:00",
            "custom_publication_date": "2025-02-16T09:20:57-05:00",
            "update_date": "2025-02-27T09:30:48.232453-05:00",
            "tags": [],
            "absolute_url": "//www.ninepbs.org/blogs/science/nova-baltimore-bridge-collapse/",
            "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": "203"
                },
                "links": {
                    "related": "https://www.ninepbs.org/bento-api/blogs/categories/203/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "96"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.ninepbs.org/bento-api/blogs/entries/63749/?format=api"
        }
    }
}