Information about plays

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

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

{
    "id": 3545472,
    "uri": "https://api.kexp.org/v2/plays/3545472/?format=api",
    "airdate": "2025-08-27T11:34:36-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia803202.us.archive.org/19/items/mbid-a228627a-7004-4b60-826b-83d282738f4b/mbid-a228627a-7004-4b60-826b-83d282738f4b-27012399658_thumb500.jpg",
    "thumbnail_uri": "https://ia903202.us.archive.org/19/items/mbid-a228627a-7004-4b60-826b-83d282738f4b/mbid-a228627a-7004-4b60-826b-83d282738f4b-27012399658_thumb250.jpg",
    "song": "Cranes in the Sky",
    "track_id": "b31a68ee-359b-4178-8f1f-20142f9810b7",
    "recording_id": "e16066ce-0f2f-4121-9c37-01d0516da21f",
    "artist": "Big Joanie",
    "artist_ids": [
        "6764d1b3-2d27-41d6-960d-d3d2866b605d"
    ],
    "album": "Cranes in the Sky / It's You",
    "release_id": "a228627a-7004-4b60-826b-83d282738f4b",
    "release_group_id": "bbec187e-ebc9-468d-9458-9c941537503f",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2020-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Kelly in Eugene, OR:\n\n\"Hi Cheryl & KEXP team,\n\nI'd like to request Cranes in the Sky by Big Joanie (Solange's version\nis so good but I love this deep and raw version by Big Joanie). It's\nso relatable for us humans and reminds me how far I've come in facing\nhard things. KEXP has accompanied me through so much growth over the\ndecades and I cannot thank you enough for championing life-changing\nmusic.\n\nKelly, a modest but appreciative amplifier in Eugene, Oregon\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}