Information about recurring programs

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

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

{
    "id": 5,
    "uri": "https://api.kexp.org/v2/programs/5/?format=api",
    "name": "Midnight in a Perfect World",
    "description": "Multi-genre program featuring eclectic sets by a rotating cast of international and local DJs, each building upon a party vibe to kick off your weekend.",
    "tags": "Eclectic,DJ,Variety Mix",
    "image_uri": "https://www.kexp.org/media/filer_public/57/0e/570efc6d-3833-4dd5-9c28-8d8e7736d016/midnightinaperfectworld-800x800.jpg",
    "thumbnail_uri": "https://www.kexp.org/media/filer_public_thumbnails/filer_public/57/0e/570efc6d-3833-4dd5-9c28-8d8e7736d016/midnightinaperfectworld-800x800.jpg__100x100_q85_crop_height-100_subsampling-2_upscale_width-100.jpg",
    "is_active": true,
    "location": 1,
    "location_name": "Default"
}