Information about plays

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

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

{
    "id": 3572225,
    "uri": "https://api.kexp.org/v2/plays/3572225/?format=api",
    "airdate": "2025-10-31T13:24:23-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia802903.us.archive.org/25/items/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12-11991247043_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/25/items/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12-11991247043_thumb250.jpg",
    "song": "Night Shift",
    "track_id": "6181a85d-96c7-3c55-827f-79ae566df9b2",
    "recording_id": "e8eb203e-69c9-46c7-a27f-35a826b061fe",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Juju",
    "release_id": "22864b09-89e9-3e79-9185-ca2d2173ea12",
    "release_group_id": "844bfb05-2b51-35e2-8063-1c8e6746c781",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2006-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Juju (1981), Night Shift shows Siouxsie and the Banshees at their most intense, It was inspired by the Yorkshire Ripper murders",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}