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

{
    "id": "rightsstatements-noc-nc",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "noc-nc",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/noc-nc/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/noc-nc/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/noc-nc/objects/?format=api"
    },
    "title": "No Copyright - Non-commercial Use Only",
    "description": "This Rights Statement can only be used for Works that are in the Public Domain and have been digitized in a public-private partnership as part of which, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties. It has been developed specifically to allow the inclusion of Works that have been digitized as part of the partnerships between European Libraries and Google, but can in theory be applied to Items that have been digitized in similar public-private partnerships."
}