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

{
    "data": {
        "type": "Entry",
        "id": "58010",
        "attributes": {
            "title": "Gus Garcia",
            "slug": "gus-garcia",
            "short_description": "Despite its importance to civil rights, the case of Hernandez vs. Texas has been largely forgotten by the American public. The participants have fallen into obscurity, with the possible exception of lawyer Gus Garcia.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/d9cf6863ae_historia_960x540.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2023-09-27T10:56:05.102509-04:00",
            "custom_publication_date": "2023-09-26T10:54:22-04:00",
            "update_date": "2023-09-27T10:56:05.124243-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/historia/gus-garcia/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Historia",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "2219"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/2219/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/58010/?format=api"
        }
    }
}