Information about plays

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

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

{
    "id": 3572184,
    "uri": "https://api.kexp.org/v2/plays/3572184/?format=api",
    "airdate": "2025-10-31T10:45:22-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chasing Ghosts",
    "track_id": "916cc7e1-c986-4610-962d-d4be2f46a3d1",
    "recording_id": "43bdc35e-42a1-4c8c-ba93-f9dbaba27907",
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Semblance",
    "release_id": "b0d9c7de-0f11-4dff-b57f-53bbdaffb1f7",
    "release_group_id": "ab8801ef-54a0-4507-8fce-48abc86dbab5",
    "labels": [
        "Don't Guess"
    ],
    "label_ids": [
        "c5d3315a-7979-4ef3-94d3-c4fc8e020ebb"
    ],
    "release_date": "2022-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After two great EPs, Toronto artist MorMor released his debut full-length album, Semblance, in 2022. \nhttps://mormor.bandcamp.com/\n\nIn 2023, MorMor performed for KEXP donors from Seattle's Triple Door.  Watch that entire performance, which included \"Chasing Ghosts\": https://www.youtube.com/watch?v=mBbMwWhLIr8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}