Information about plays

list: List of plays
retrieve: Information about a specific play by ID

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

{
    "id": 3637779,
    "uri": "https://api.kexp.org/v2/plays/3637779/?format=api",
    "airdate": "2026-04-04T16:29:31-07:00",
    "show": 66366,
    "show_uri": "https://api.kexp.org/v2/shows/66366/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-0123d225-e035-3728-ac3a-3758c9d4edad/mbid-0123d225-e035-3728-ac3a-3758c9d4edad-7940728317_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-0123d225-e035-3728-ac3a-3758c9d4edad/mbid-0123d225-e035-3728-ac3a-3758c9d4edad-7940728317_thumb250.jpg",
    "song": "Invisible Man",
    "track_id": "b8d19224-4f75-3860-b334-3da21a68c95c",
    "recording_id": "b217b5a4-2561-48f3-9b53-eb418d626334",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": "7aaf0618-292c-3474-bfbc-d831baf710cf",
    "labels": [
        "4AD",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Breeders with Team Dresch - at Zoo Tunes! August 20th at Seattle's Woodland Park Zoo! Also playing San Francisco's Castro Theatre August 22nd/23rd!\n\nhttps://www.thebreedersmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}