GET /bento-api/blogs/entries/60191/?format=api
               
              
                HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept
{
    "data": {
        "type": "Entry",
        "id": "60191",
        "attributes": {
            "title": "Alan Turing - The Man Who Knew Too Much",
            "slug": "alan-turning-the-man-who-knew-too-much",
            "short_description": "Many people contributed to the idea of a computer being a machine rather than an occupation, but the biggest leap forward came from Alan Turing.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/23ab66d072_lifelines_960x540.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2024-03-29T14:12:29.677862-04:00",
            "custom_publication_date": "2024-03-27T14:12:20-04:00",
            "update_date": "2024-03-29T14:12:29.703237-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/lifelines/alan-turning-the-man-who-knew-too-much/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Lifelines with John Augustine",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "1713"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/1713/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/60191/?format=api"
        }
    }
}