Information about plays

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

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

{
    "id": 3598749,
    "uri": "https://api.kexp.org/v2/plays/3598749/?format=api",
    "airdate": "2026-01-01T08:35:20-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still See Love",
    "track_id": "2e0103ec-b590-4b1c-bcef-6cef19693a6e",
    "recording_id": "4244e3f4-c5b1-4e5d-8f33-ab1f67a2e960",
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Moments",
    "release_id": "4bf885ac-0775-4aad-9027-246491ff245b",
    "release_group_id": "b5fe115f-fd45-4602-85cc-d415e03434a0",
    "labels": [
        "Cutters Records"
    ],
    "label_ids": [
        "dd938612-63ab-45fb-a797-831bfadd7c97"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "request from Susan in Minneapolis\n--\nCut Copy's Dan Whitford said,\n‘Still See Love’ was a tune that came together pretty quickly, written about a couple clinging to what’s left of a relationship as it slowly capsizes.\n\n\"My idea was to make a song that had a verse and chorus that came from different worlds. I love the sense of contrast we achieved in this song. It’s constantly flipping back and forth between worlds and it almost feels like it exists in two places at once.\"\n--\n\"You feel so far, a motorway could cut through the both of us...\" Here are the lyrics: https://genius.com/Cut-copy-still-see-love-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}