Information about plays

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

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

{
    "id": 3624367,
    "uri": "https://api.kexp.org/v2/plays/3624367/?format=api",
    "airdate": "2026-03-02T10:37:40-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartland",
    "track_id": "1505d695-39ea-444f-99bd-679ae721cfbb",
    "recording_id": "18ab6e45-5b13-4b6d-a2a0-1ae2ff2e5df7",
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Infected",
    "release_id": "97a996b5-671f-4c41-89a9-dcf65cb5a6a2",
    "release_group_id": "1eb45345-2fee-3be5-8b0a-5b91238de4f4",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another great pick from KEXP 90.TEEN DJ Darya. Learn more about her and the rest of KEXP's 90.TEEN cohort here: https://www.kexp.org/djs/90teen-djs/\n\n--\n\n\"Infected's sound still suggests dance-pop, especially on the title track. But don't get the impression that it's made for dancing. Instead of the light fare displayed on Soul Mining, Infected's songs seethe instead of preen, and Matt Johnson's lyrics are laced with tension.\"\n\nhttps://www.allmusic.com/album/infected-mw0000192050",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}