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/topics/40/
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "id": "topics-40",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 40,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/40/",
        "html": "https://ddr.densho.org/browse/topics/40/",
        "children": [
            "https://ddr.densho.org/api/0.2/facet/topics/180/",
            "https://ddr.densho.org/api/0.2/facet/topics/181/",
            "https://ddr.densho.org/api/0.2/facet/topics/247/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/40/objects/"
    },
    "title": "Arts and literature",
    "path": "Arts and literature",
    "children": [
        180,
        181,
        247
    ]
}