Information about plays

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

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

{
    "id": 3630522,
    "uri": "https://api.kexp.org/v2/plays/3630522/?format=api",
    "airdate": "2026-03-18T07:04:18-07:00",
    "show": 66213,
    "show_uri": "https://api.kexp.org/v2/shows/66213/?format=api",
    "image_uri": "https://dn721806.ca.archive.org/0/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb500.jpg",
    "thumbnail_uri": "https://ia600707.us.archive.org/2/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb250.jpg",
    "song": "Atmosphere",
    "track_id": "59a16340-7303-3e42-90d7-d93254ba5a4f",
    "recording_id": "7b744b0b-06ea-4140-bf38-59f74d2c5a8c",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "a782c648-c08a-3558-bd7a-c85f0a970ec6",
    "release_group_id": "dcb06128-02ea-3885-a097-5d382402d17c",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to the Morning Show!\n\nOn this day in 1980 (46 years ago) Joy Division released the single \"Atmosphere\" on the Sordide Sentimental label as the \"Licht und Blindheit\" (German for \"Light and Blindness\") package, a France-only limited edition single. The B-side, \"Dead Souls.\" Dang. Following Ian Curtis's death in May, it was re-released as a 12\" single by Factory Records in August with \"She's Lost Control\" as the B-side.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}