Detail for specified facet term

`facet_id`: "topics", "facility", "format", "genre", or "rights".
`term_id`: A term ID from one of the following lists:

- http://partner.densho.org/vocab/api/0.2/topics.json
- http://partner.densho.org/vocab/api/0.2/facility.json
- http://partner.densho.org/vocab/api/0.2/format.json
- http://partner.densho.org/vocab/api/0.2/genre.json
- http://partner.densho.org/vocab/api/0.2/rights.json

GET /api/0.2/facet/rightsstatements/inc/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "rightsstatements-inc",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "inc",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/inc/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/inc/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/inc/objects/?format=api"
    },
    "title": "In Copyright",
    "description": "This Rights Statement can be used for an Item that is in copyright. Using this statement implies that the organization making this Item available has determined that the Item is in copyright and either is the rights-holder, has obtained permission from the rights-holder(s) to make their Work(s) available, or makes the Item available under an exception or limitation to copyright (including Fair Use) that entitles it to make the Item available."
}