Information about plays

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

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

{
    "id": 3636428,
    "uri": "https://api.kexp.org/v2/plays/3636428/?format=api",
    "airdate": "2026-04-01T11:55:46-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://dn710104.ca.archive.org/0/items/mbid-af53580d-d45c-441a-82ab-86c14acadb73/mbid-af53580d-d45c-441a-82ab-86c14acadb73-23244518052_thumb500.jpg",
    "thumbnail_uri": "https://dn710104.ca.archive.org/0/items/mbid-af53580d-d45c-441a-82ab-86c14acadb73/mbid-af53580d-d45c-441a-82ab-86c14acadb73-23244518052_thumb250.jpg",
    "song": "Our Mother the Mountain",
    "track_id": "08a11b4b-2d86-3f3f-8d01-d5603e97cc2c",
    "recording_id": "5264a2ae-aede-48ff-85b6-0742dc896d20",
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "Rear View Mirror",
    "release_id": "af53580d-d45c-441a-82ab-86c14acadb73",
    "release_group_id": "f033f146-f89e-37e7-9d7c-6e8891b114a0",
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "1997-01-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Townes Van Zandt  was an American singer-songwriter known for numerous songs including \"Pancho and Lefty\", \"If I Needed You\", \"Snake Mountain Blues\", \"Our Mother the Mountain\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}