Information about plays

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

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

{
    "id": 3636461,
    "uri": "https://api.kexp.org/v2/plays/3636461/?format=api",
    "airdate": "2026-04-01T13:49:09-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://dn710708.ca.archive.org/0/items/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f-4446264566_thumb500.jpg",
    "thumbnail_uri": "https://dn710708.ca.archive.org/0/items/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f-4446264566_thumb250.jpg",
    "song": "Straight Out the Jungle",
    "track_id": "8fd7dcc8-f5e0-3213-b90f-0122ae5ed541",
    "recording_id": "2a629d3d-3447-4c84-8c5e-8eb924675c65",
    "artist": "Jungle Brothers",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "Straight Out the Jungle",
    "release_id": "6ed8c4e9-1223-40dd-8713-450aaea3240f",
    "release_group_id": "b5a9ff19-308f-3c88-8310-38b30d96f877",
    "labels": [
        "Warlock Records"
    ],
    "label_ids": [
        "dbd1d993-fe78-4ada-90fc-0e46083c1a0e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Straight Out the Jungle' was the debut album from the New York trio Jungle Brothers and the first release from a future member of the Native Tongues collective.\n--\nOh, my!  Larry was the host when the renowned Jungle Brothers performed live in our studio.  That performance included \"Straight Out the Jungle\": https://www.youtube.com/watch?v=3ZHJndMXtDk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}