Information about plays

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

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

{
    "id": 3656332,
    "uri": "https://api.kexp.org/v2/plays/3656332/?format=api",
    "airdate": "2026-05-18T09:04:37-07:00",
    "show": 66750,
    "show_uri": "https://api.kexp.org/v2/shows/66750/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee50be9b-85c9-3f3c-a851-e198731ae2ff/2568714507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee50be9b-85c9-3f3c-a851-e198731ae2ff/2568714507-250.jpg",
    "song": "Isolation",
    "track_id": null,
    "recording_id": "00728804-620b-452d-989c-d3d5a8b0b9c7",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Closer",
    "release_id": null,
    "release_group_id": "852f9715-24b3-37d5-b8a5-456f5e19b41e",
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1980-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Ian Curtis who we lost on this day in 1980, far too young at age 23.\n\nThe album cover’s tomb was pure chance, not a plan. The marble tomb that defines Closer’s artwork came from a 1978 photo of a sculpture in an Italian cemetery. Designers Peter Saville and Martyn Atkins had picked the image long before Ian Curtis died. After his death, Saville panicked, thinking people would assume it was a tasteless marketing stunt. But Factory Records moved forward, embracing the eerie coincidence. The result is one of the most haunting album covers in music history, made even more powerful by how accidental it all was. https://www.thatericalper.com/2025/05/24/5-surprising-facts-about-joy-divisions-closer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}