Information about plays

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

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

{
    "id": 3636478,
    "uri": "https://api.kexp.org/v2/plays/3636478/?format=api",
    "airdate": "2026-04-01T14:38:27-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://ia601805.us.archive.org/27/items/mbid-5fa2f26f-f29c-42ef-905a-a3c2fafd8e22/mbid-5fa2f26f-f29c-42ef-905a-a3c2fafd8e22-28283187208_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-5fa2f26f-f29c-42ef-905a-a3c2fafd8e22/mbid-5fa2f26f-f29c-42ef-905a-a3c2fafd8e22-28283187208_thumb250.jpg",
    "song": "Dirtknock",
    "track_id": "f891f00a-749b-460e-bf71-10b6d651e0a6",
    "recording_id": "e2fa3306-6b06-4a29-945d-599346c486e7",
    "artist": "Madlib",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Sound Ancestors",
    "release_id": "8e3127b4-bacc-4813-9a94-d0c4824f7d23",
    "release_group_id": "6fad582f-985b-4747-af4b-0748474289e5",
    "labels": [
        "Madlib Invazion"
    ],
    "label_ids": [
        "fb9623df-0334-4b86-81a9-81bd0b073ff7"
    ],
    "release_date": "2021-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dirtknock, \" co-produced by Madlib and Kieran Hebden (Four Tet)contains samples of \"Searching for Mr. Right\" by Young Marble Giants, \"Upon This Rock\" by Joe Farrell and \"You Gotta Inhale\" from the TV show Curb Your Enthusiasm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}