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

{
    "data": {
        "type": "Tag",
        "id": "2140",
        "attributes": {
            "name": "magic valley arts council",
            "slug": "magic-valley-arts-council"
        },
        "links": {
            "self": "https://pbs.lpb.org/bento-api/blogs/tags/2140/?format=api"
        }
    }
}