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

{
    "data": {
        "type": "Entry",
        "id": "54182",
        "attributes": {
            "title": "The Doppler Effect",
            "slug": "the-doppler-effect",
            "short_description": "Have you ever noticed how the siren of an ambulance sounds higher in pitch when it’s approaching, and lower when it’s driving away from you? That shift in pitch is related to the Doppler effect – an observed change in the length of a wave due to relative motion between the source and the observer.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/3477b0bd7f_our-universe-2022.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2022-12-16T15:16:34.916367-05:00",
            "custom_publication_date": "2022-12-15T15:15:04-05:00",
            "update_date": "2022-12-16T15:16:34.940209-05:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/our-universe/the-doppler-effect/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Our Universe with Aurelian Balan",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "2060"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/2060/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/54182/?format=api"
        }
    }
}