Information about plays

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

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

{
    "id": 3569937,
    "uri": "https://api.kexp.org/v2/plays/3569937/?format=api",
    "airdate": "2025-10-25T20:31:56-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia801601.us.archive.org/0/items/mbid-b1522a06-d25a-4534-b7b0-f53cb720d371/mbid-b1522a06-d25a-4534-b7b0-f53cb720d371-35766545477_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/0/items/mbid-b1522a06-d25a-4534-b7b0-f53cb720d371/mbid-b1522a06-d25a-4534-b7b0-f53cb720d371-35766545477_thumb250.jpg",
    "song": "Revolver",
    "track_id": "eadef899-34e6-3251-94c3-b9401377b8fc",
    "recording_id": "6ae5d7dd-98e8-488a-825c-d0023f7b608e",
    "artist": "Pop Sickle",
    "artist_ids": [
        "ddf177aa-02de-49b0-b7de-cfcde2348a2c"
    ],
    "album": "Under the Influences",
    "release_id": "b1522a06-d25a-4534-b7b0-f53cb720d371",
    "release_group_id": "729f4006-8afc-3d78-9de7-c8e11e58f41e",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Pop Sickle covering Mission of Burma!\n\nThe Seattle trio outfit of Pop Sickle contained a sound of upbeat pop-punk that reminisced an early British influence of the Buzzcocks and Squeeze. Founded by ex-Coffin Break member Rob Skinner, the addition of drummer Shawn Trudeau and guitarist Brian Naubert completed the lineup as Skinner himself took on vocal and bass responsibilities.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}