Information about plays

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

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

{
    "id": 3640269,
    "uri": "https://api.kexp.org/v2/plays/3640269/?format=api",
    "airdate": "2026-04-10T11:30:45-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "https://dn710006.ca.archive.org/0/items/mbid-8c0f0459-3c44-4d00-b8d5-d21cd0b1648d/mbid-8c0f0459-3c44-4d00-b8d5-d21cd0b1648d-34009503647_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-8c0f0459-3c44-4d00-b8d5-d21cd0b1648d/mbid-8c0f0459-3c44-4d00-b8d5-d21cd0b1648d-34009503647_thumb250.jpg",
    "song": "Won’t Get Fooled Again",
    "track_id": "4d6bcd57-bb8f-4f34-a93a-ee06cda74ace",
    "recording_id": "2e42a0da-277e-4d69-a483-2db2f6a81869",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "Who’s Next",
    "release_id": "8c0f0459-3c44-4d00-b8d5-d21cd0b1648d",
    "release_group_id": "9584e28b-66a7-3846-8d52-b3008a283539",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pete Townsend said, \"It is not precisely a song that decries revolution - it suggests that we will indeed fight in the streets - but that revolution, like all action can have results we cannot predict. Don't expect to see what you expect to see. Expect nothing and you might gain everything.''\n\nThe Who performed it live at Kilburn in 1977: https://www.youtube.com/watch?v=WX_96uKZ7yQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}