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

{
    "id": "topics-387",
    "model": "ddrfacetterm",
    "facet": "topics",
    "term_id": 387,
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/topics/387/",
        "html": "https://ddr.densho.org/browse/topics/387/",
        "children": [
            "https://ddr.densho.org/api/0.2/facet/topics/26/",
            "https://ddr.densho.org/api/0.2/facet/topics/388/",
            "https://ddr.densho.org/api/0.2/facet/topics/391/"
        ],
        "objects": "https://ddr.densho.org/api/0.2/facet/topics/387/objects/"
    },
    "title": "Journalism and media",
    "path": "Journalism and media",
    "children": [
        26,
        388,
        391
    ],
    "encyc_urls": [
        "/Committee%20on%20War%20Information/"
    ]
}