GET /bento-api/blogs/tags/940/
HTTP 200 OK
  Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
  Content-Type: application/vnd.api+json
  Vary: Accept
  
  {
    "data": {
        "type": "Tag",
        "id": "940",
        "attributes": {
            "name": "press-2019",
            "slug": "press-2019"
        },
        "links": {
            "self": "https://digital.pbs.org/bento-api/blogs/tags/940/"
        }
    }
}