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

{
    "id": "rightsstatements-inc-edu",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "inc-edu",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/inc-edu/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/inc-edu/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/inc-edu/objects/?format=api"
    },
    "title": "In Copyright - Educational Use Permitted",
    "description": "This Rights Statement can be used only for copyrighted Items for which the organization making the Item available is the rights-holder or has been explicitly authorized by the rights-holder(s) to allow third parties to use their Work(s) for educational purposes without first obtaining permission."
}