Information about plays

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

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

{
    "id": 3572119,
    "uri": "https://api.kexp.org/v2/plays/3572119/?format=api",
    "airdate": "2025-10-31T06:47:51-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?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": "Spellbound",
    "track_id": "5b632f36-33b8-3595-b9c7-f702a2be9e30",
    "recording_id": "a435aa59-93ca-4e4d-9604-b4132f50d4b2",
    "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": "\"Spellbound\" is a song by Siouxsie and the Banshees, released as the first single from their fourth studio album, Juju, on May 22, 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}