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-ruu/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "rightsstatements-inc-ruu",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "inc-ruu",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/inc-ruu/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/inc-ruu/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/inc-ruu/objects/?format=api"
    },
    "title": "In Copyright - Rights-holder(s) Unlocatable or Unidentifiable",
    "description": "This Rights Statement is intended for use with an Item that has been identified as in copyright but for which no rights-holder(s) has been identified or located after some reasonable investigation. This Rights Statement should only be used if the organization that intends to make the Item available is reasonably sure that the underlying Work is in copyright. This Rights Statement is not intended for use by EU-based organizations who have identified works as Orphan Works in accordance with the EU Orphan Works Directive (they must use InC-OW-EU instead)."
}