Information about recurring programs

list: List of all KEXP programs
retrieve: Find a program by ID

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

{
    "id": 30,
    "uri": "https://api.kexp.org/v2/programs/30/?format=api",
    "name": "Mo'Glo",
    "description": "Went off the air in 2011.",
    "tags": "World",
    "image_uri": "",
    "thumbnail_uri": "",
    "is_active": false,
    "location": 1,
    "location_name": "Default"
}