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

{
    "id": "rightsstatements-nkc",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "nkc",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/nkc/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/nkc/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/nkc/objects/?format=api"
    },
    "title": "No Known Copyright",
    "description": "This Rights Statement should be used for Items for which the copyright status has not been determined conclusively, but for which the organization that intends to make the Item available has reasonable cause to believe that the underlying Work is not covered by copyright or related rights anymore. This Rights Statement should not be used for Orphan Works (which are assumed to be in-copyright) or for Items where the organization that intends to make the Item available has not undertaken an effort to ascertain the copyright status of the underlying Work."
}