Information about plays

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

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

{
    "id": 3579476,
    "uri": "https://api.kexp.org/v2/plays/3579476/?format=api",
    "airdate": "2025-11-17T17:11:01-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't So (feat. LSK)",
    "track_id": null,
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Echo45 Sound System",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Growing up in the sound system culture of Leeds in England, George spent a fiver, courtesy of his mum, on a battered old speaker box he named “Echo45”. That box led him to Kevin Harper, a founding member of Nightmares on Wax, a chance meeting that would change the course of his life.  \n\n- https://nightmaresonwax.bandcamp.com/album/echo45-sound-system",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}