Information about plays

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

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

{
    "id": 3657713,
    "uri": "https://api.kexp.org/v2/plays/3657713/?format=api",
    "airdate": "2026-05-21T16:12:34-07:00",
    "show": 66778,
    "show_uri": "https://api.kexp.org/v2/shows/66778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-35df125c-af0b-4ce3-9e0b-e87aaa141a75/mbid-35df125c-af0b-4ce3-9e0b-e87aaa141a75-8034922966_thumb250.jpg",
    "song": "Even Flow",
    "track_id": "7e8ec777-8e07-3afd-9072-3efe91dd6a83",
    "recording_id": "d647f7e9-4ebc-48ac-8c25-4f5d3d933a31",
    "artist": "The Moog Cookbook",
    "artist_ids": [
        "f322d2b2-457c-4f15-824a-7ba03861a65a"
    ],
    "album": "The Moog Cookbook",
    "release_id": "35df125c-af0b-4ce3-9e0b-e87aaa141a75",
    "release_group_id": "887e3247-a1bd-3342-862b-cc7f48e90647",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1996-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This synth-heavy reimagining of Pearl Jam’s \"Even Flow\" was performed entirely on vintage analog gear without the use of MIDI. The Moog Cookbook (Brian Kehew and Roger Manning Jr.) intended the track to be a \"Eurotrash dance club\" parody, subverting the grunge era.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}