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

{
    "data": {
        "type": "Entry",
        "id": "18034",
        "attributes": {
            "title": "Nintendo Entertainment System",
            "slug": "nintendo-entertainment-system",
            "short_description": "Nintendo faced an uphill battle when they brought their Famicom system over to the U.S. as the NES.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/4b28ff7c64_moment-in-time_960x540.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2019-10-16T15:44:52.023680-04:00",
            "custom_publication_date": null,
            "update_date": "2019-10-16T15:44:52.049852-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/moment-in-time/nintendo-entertainment-system/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "A Moment In Time",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "592"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/592/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/18034/?format=api"
        }
    }
}