Information about plays

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

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

{
    "id": 3667199,
    "uri": "https://api.kexp.org/v2/plays/3667199/?format=api",
    "airdate": "2026-06-13T04:39:04-07:00",
    "show": 66974,
    "show_uri": "https://api.kexp.org/v2/shows/66974/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-2b08922e-e31c-3a16-ac1c-dc2148a758b1/mbid-2b08922e-e31c-3a16-ac1c-dc2148a758b1-7806075062_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-2b08922e-e31c-3a16-ac1c-dc2148a758b1/mbid-2b08922e-e31c-3a16-ac1c-dc2148a758b1-7806075062_thumb250.jpg",
    "song": "Dear Prudence",
    "track_id": "c6eefbc5-0896-332c-a41f-663adc384ccb",
    "recording_id": "2f0fbc40-c7a8-4b60-a167-d83984d6002c",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "The Best of Siouxsie and the Banshees",
    "release_id": "2b08922e-e31c-3a16-ac1c-dc2148a758b1",
    "release_group_id": "c88b0beb-ca48-3f3c-beb6-6577a812e432",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2002-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This single (and cover of The Beatles' song) had been recorded at a tumultuous time for the band; guitarist John McGeoch had left the band due to his purported alcoholism and had temporarily been replaced by Cure frontman Robert Smith.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}