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

{
    "data": {
        "type": "Entry",
        "id": "12741",
        "attributes": {
            "title": "10/4/19 - Fall Color Map; Climate Change Views; National Solar Tour",
            "slug": "10419-fall-color-map-climate-change-views-national-solar-tour",
            "short_description": "An online map can tell you when to expect fall colors in your area. New opinion maps show how different areas view climate change.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/42e192a4e5_Environment-Report_960x540.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2019-10-04T15:35:40.940464-04:00",
            "custom_publication_date": null,
            "update_date": "2019-10-04T15:35:40.960090-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/environment-report/10419-fall-color-map-climate-change-views-national-solar-tour/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Environment Report",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "588"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/588/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/12741/?format=api"
        }
    }
}