Information about plays

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

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

{
    "id": 3639109,
    "uri": "https://api.kexp.org/v2/plays/3639109/?format=api",
    "airdate": "2026-04-07T15:58:11-07:00",
    "show": 66392,
    "show_uri": "https://api.kexp.org/v2/shows/66392/?format=api",
    "image_uri": "https://dn710902.ca.archive.org/0/items/mbid-af15d757-9fc8-47a0-aa25-6a5a149c5e78/mbid-af15d757-9fc8-47a0-aa25-6a5a149c5e78-17883393474_thumb500.jpg",
    "thumbnail_uri": "https://dn710902.ca.archive.org/0/items/mbid-af15d757-9fc8-47a0-aa25-6a5a149c5e78/mbid-af15d757-9fc8-47a0-aa25-6a5a149c5e78-17883393474_thumb250.jpg",
    "song": "Integrity",
    "track_id": "72958bb2-ed17-4fc1-84d5-d13780d24fa8",
    "recording_id": "bf70a22e-ae15-4bb6-bdfa-165ab183aef4",
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "Harmony of Difference",
    "release_id": "af15d757-9fc8-47a0-aa25-6a5a149c5e78",
    "release_group_id": "af959345-1725-4e75-b554-e9687e2f71c4",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the album described as a \"six-movement suite\", including a closing track \"Truth\" that takes up nearly half of the albums run-length.\n\nKamasi Washington visited KEXP back in 2016 for a live performance -- check it out: https://youtu.be/i2knqvopWbE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}