Information about plays

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

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

{
    "id": 3572199,
    "uri": "https://api.kexp.org/v2/plays/3572199/?format=api",
    "airdate": "2025-10-31T11:36:20-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4-26887504172_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4/mbid-eb1f7327-4380-49e0-a65f-4f31f35e7df4-26887504172_thumb250.jpg",
    "song": "Halloween",
    "track_id": "cbb30220-efde-3282-9dc0-5d498233a817",
    "recording_id": "64f77f46-4f12-49ab-9ddb-5f9a1c993f1d",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Just Can't Get Enough: New Wave Halloween",
    "release_id": "eb1f7327-4380-49e0-a65f-4f31f35e7df4",
    "release_group_id": "3b662a8e-fc9e-3e9c-af68-85615ea57bbf",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Halloween\" is included on Siouxsie and the Banshees's 1981 album, Juju.  It's the fourth album of eleven the band released in their twenty-year existence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}