Information about plays

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

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

{
    "id": 3621618,
    "uri": "https://api.kexp.org/v2/plays/3621618/?format=api",
    "airdate": "2026-02-24T07:03:08-08:00",
    "show": 66018,
    "show_uri": "https://api.kexp.org/v2/shows/66018/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadow",
    "track_id": "78d22df7-7a1e-41e9-a65a-d659d7d4604a",
    "recording_id": "c047f02f-3a58-414b-9927-5d4fa065958e",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Twin Peaks (Music From the Limited Event Series)",
    "release_id": "e5fc71c5-fa02-48eb-8adb-6f2e9f04bcf5",
    "release_group_id": "b5b21d7c-a98c-4871-9447-dbbd55c6fcd2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This Chromatics track was included in David Lynch's 2017 'Twin Peaks: The Return'\n--\nHere are Chromatics in The Roadhouse: https://www.youtube.com/watch?v=nsr-ORwIfMw\n--\nDid you know DJ Morgan interviewed the 'Twin Peaks: The Return' music director Dean Hurley every week about the featured Roadhouse guest performer? Check it out: https://www.kexp.org/read/2017/7/30/the-music-of-twin-peaks-the-return-chromatics/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}