Information about hosts/DJs

list: List of all KEXP DJs
retrieve: Find a Host by ID

GET /v2/hosts/58/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 58,
    "uri": "https://api.kexp.org/v2/hosts/58/?format=api",
    "name": "B-Mello",
    "image_uri": "",
    "thumbnail_uri": "",
    "is_active": false,
    "location": 1
}