GET /bento-api/blogs/tags/153/
HTTP 200 OK
  Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
  Content-Type: application/vnd.api+json
  Vary: Accept
  
  {
    "data": {
        "type": "Tag",
        "id": "153",
        "attributes": {
            "name": "Rosalía Torres-Weiner",
            "slug": "rosalia-torres-weiner"
        },
        "links": {
            "self": "https://digital.pbs.org/bento-api/blogs/tags/153/"
        }
    }
}