Information about plays

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

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

{
    "id": 3572067,
    "uri": "https://api.kexp.org/v2/plays/3572067/?format=api",
    "airdate": "2025-10-31T03:40:41-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d8e6ee7-b4f9-4dc6-bb7a-2ea5e53d5d01/7976593755-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d8e6ee7-b4f9-4dc6-bb7a-2ea5e53d5d01/7976593755-250.jpg",
    "song": "Halloween",
    "track_id": null,
    "recording_id": "a85e4add-7910-4873-bbfe-2c29515ffdd4",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Juju",
    "release_id": null,
    "release_group_id": "844bfb05-2b51-35e2-8063-1c8e6746c781",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1981-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check this out from KEXP in October 2019: 13 Songs for Halloween!\nhttps://www.kexp.org/read/2019/10/28/13-songs-halloween-night-shift-siouxsie-banshees/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}