Information about plays

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

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

{
    "id": 3631756,
    "uri": "https://api.kexp.org/v2/plays/3631756/?format=api",
    "airdate": "2026-03-21T02:34:31-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/706bf293-2aff-396f-8b2d-4868eb1058f4/13485004660-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/706bf293-2aff-396f-8b2d-4868eb1058f4/13485004660-250.jpg",
    "song": "The Killing Jar",
    "track_id": null,
    "recording_id": null,
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Peepshow",
    "release_id": null,
    "release_group_id": "04c7320f-7f3e-3b00-8256-a708923eac58",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mixed and engineered by Howie B. Once back in the UK, he moved to a squat in Limehouse, London. When asked in 2018 \"What’s the best gig you've ever been to?\", he mentioned \"Siouxsie and the Banshees in 1978\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}