Information about plays

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

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

{
    "id": 3591382,
    "uri": "https://api.kexp.org/v2/plays/3591382/?format=api",
    "airdate": "2025-12-15T09:38:47-08:00",
    "show": 65385,
    "show_uri": "https://api.kexp.org/v2/shows/65385/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy House",
    "track_id": null,
    "recording_id": "4c60831c-398c-4640-b4d2-55227a8468f8",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Kaleidoscope",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PVC Records"
    ],
    "label_ids": [
        "9e98a551-f529-43a2-8513-94b2208f74a8"
    ],
    "release_date": "1980-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"\"Happy House\" and the Kaleidoscope album marked a change in musical direction for Siouxsie and the Banshees due to the arrival of two new musicians: drummer Budgie, previously of the Slits, and guitarist John McGeoch, previously of Magazine.\" \n\nhttps://linktr.ee/siouxsieandthebanshees\n\nWatch the official video here: https://www.youtube.com/watch?v=amR6-neQBPE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}