Information about hosts/DJs

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

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

{
    "id": 11,
    "uri": "https://api.kexp.org/v2/hosts/11/?format=api",
    "name": "DJ Miss Ashley",
    "image_uri": "https://www.kexp.org/filer/canonical/1657727406/27321/",
    "thumbnail_uri": "",
    "is_active": true
}