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

{
    "data": {
        "type": "Entry",
        "id": "61922",
        "attributes": {
            "title": "Chippewa Nature Center | Virtual Field Trip",
            "slug": "chippewa-nature-center-virtual-field-trip",
            "short_description": "Explore Chippewa Nature Center, including an overview of an 1870s-style homestead farm, making maple syrup, and a visit to the marshes in the wetland area.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/571bdb062c_chippewa-nature-center_virtual-fieldtrip.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2024-09-13T14:38:43.310647-04:00",
            "custom_publication_date": null,
            "update_date": "2024-09-13T14:42:40.871739-04:00",
            "tags": [],
            "absolute_url": "//www.deltabroadcasting.org/blogs/delta-college-public-media-presents/chippewa-nature-center-virtual-field-trip/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "Virtual Field Trip - Homesteads, Marshes & Maple Syrup",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "2389"
                },
                "links": {
                    "related": "https://www.deltabroadcasting.org/bento-api/blogs/categories/2389/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/entries/61922/?format=api"
        }
    }
}