Information about plays

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

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

{
    "id": 3624354,
    "uri": "https://api.kexp.org/v2/plays/3624354/?format=api",
    "airdate": "2026-03-02T09:43:13-08:00",
    "show": 66071,
    "show_uri": "https://api.kexp.org/v2/shows/66071/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Passenger",
    "track_id": "0db9d241-104e-384e-8967-9342763e1200",
    "recording_id": "7e5bd213-7ad9-457c-b182-0c73d8557648",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Through the Looking Glass",
    "release_id": "fa42db55-f506-35d0-b53f-99755aee7bb3",
    "release_group_id": "ee80212f-a649-3c61-aff7-00c19300eb1c",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1987!\n\nA great cover of the Iggy Pop original...This song was written by Iggy Pop while riding in the S-Bahn (suburban metro railway) in Berlin. \n---\nSiouxsie and the Banshees covered \"The Passenger\" in 1987 for their all-cover-versions album \"Through the Looking Glass.\" Iggy Pop praised their version!\n\nHere's the video: https://www.youtube.com/watch?v=4nAON-MwUPY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}