Information about plays

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

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

{
    "id": 3657111,
    "uri": "https://api.kexp.org/v2/plays/3657111/?format=api",
    "airdate": "2026-05-20T05:40:23-07:00",
    "show": 66765,
    "show_uri": "https://api.kexp.org/v2/shows/66765/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-62f3aec5-a50e-44e6-b00d-752338c4d195/mbid-62f3aec5-a50e-44e6-b00d-752338c4d195-44867855671_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-62f3aec5-a50e-44e6-b00d-752338c4d195/mbid-62f3aec5-a50e-44e6-b00d-752338c4d195-44867855671_thumb250.jpg",
    "song": "Sidestep (edit)",
    "track_id": "49857cd0-527a-4c0e-b9d9-6ea57c2ee773",
    "recording_id": "9e3db11a-65bc-4652-b0f1-7fdfe05ca0e8",
    "artist": "World News",
    "artist_ids": [
        "49211211-44e2-41e2-8ea2-2dd3a5fd0a3c"
    ],
    "album": "Sidestep",
    "release_id": "62f3aec5-a50e-44e6-b00d-752338c4d195",
    "release_group_id": "2d56ebbc-639a-478e-9f92-29d14bb00716",
    "labels": [
        "Pie & Mash"
    ],
    "label_ids": [
        "78291b3b-22dd-41ea-b3fe-a6424760146f"
    ],
    "release_date": "2026-04-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "World News is a London-based post-punk quartet that recently released \"Sidestep\" as a precursor to their highly anticipated 2026 debut LP. \n\nhttps://worldnewsband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}