Information about recurring programs

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

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

{
    "id": 41,
    "uri": "https://api.kexp.org/v2/programs/41/?format=api",
    "name": "Vinelands",
    "description": "Bay-area local show",
    "tags": "Bay Area,Local,Eclectic",
    "image_uri": "https://www.kexp.org/media/filer_public/db/ea/dbea123d-cfcb-407c-be3a-142beb2f6124/vinelands-800x800.jpg",
    "thumbnail_uri": "https://www.kexp.org/media/filer_public_thumbnails/filer_public/db/ea/dbea123d-cfcb-407c-be3a-142beb2f6124/vinelands-800x800.jpg__100x100_q85_crop_height-100_subsampling-2_upscale_width-100.jpg",
    "is_active": true,
    "location": 2,
    "location_name": "Bay Area"
}