Information about plays

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

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

{
    "id": 3624754,
    "uri": "https://api.kexp.org/v2/plays/3624754/?format=api",
    "airdate": "2026-03-03T09:37:32-08:00",
    "show": 66079,
    "show_uri": "https://api.kexp.org/v2/shows/66079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trickle Down",
    "track_id": "e55bea37-10c9-4a4c-9173-7c0fbb6e3b7c",
    "recording_id": "00ef63af-f839-489f-9745-3f5ae7d48b74",
    "artist": "SPRINTS",
    "artist_ids": [
        "256e0b36-88cb-453a-9ce4-7b73cb6b882f"
    ],
    "album": "Trickle Down",
    "release_id": "6110d4d3-2e2a-4629-9f26-bd2ebb903030",
    "release_group_id": "6308e182-7f70-4da8-a498-edd827625236",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-03-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Dublin rock four-piece SPRINTS!\n\nThe band has this to say about this new single: \"’Trickle Down’ is about watching systems fail in slow motion, housing crisis, rising costs, culture wars, climate collapse, and being told to stay patient. It’s the frustration of a generation stuck in “wait mode” while everything burns.\"\n\nhttps://sprintsmusic.bandcamp.com/album/trickle-down",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}