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

{
    "id": "topics-183",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 183,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/183/",
        "html": "https://ddr.densho.org/browse/topics/183/",
        "parent": "https://ddr.densho.org/api/0.2/facet/topics/247/",
        "ancestors": [
            "https://ddr.densho.org/api/0.2/facet/topics/40/",
            "https://ddr.densho.org/api/0.2/facet/topics/247/"
        ],
        "siblings": [
            "https://ddr.densho.org/api/0.2/facet/topics/202/",
            "https://ddr.densho.org/api/0.2/facet/topics/249/",
            "https://ddr.densho.org/api/0.2/facet/topics/255/",
            "https://ddr.densho.org/api/0.2/facet/topics/256/"
        ],
        "children": [
            "https://ddr.densho.org/api/0.2/facet/topics/254/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/183/objects/"
    },
    "title": "Music",
    "path": "Arts and literature -- Performing arts -- Music",
    "ancestors": [
        40,
        247
    ],
    "siblings": [
        202,
        249,
        255,
        256
    ],
    "children": [
        254
    ],
    "encyc_urls": [
        "/Holehole%20bushi/",
        "/Chris%20Iijima/",
        "/Lawson%20Fusao%20Inada/",
        "/Harry%20Kitano/",
        "/George%20Yoshida/\nhttp://encyclopedia.densho.org/A%20Grain%20of%20Sand%20(album)/"
    ],
    "breadcrumbs": []
}