Information about plays

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

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

{
    "id": 3540389,
    "uri": "https://api.kexp.org/v2/plays/3540389/?format=api",
    "airdate": "2025-08-15T13:08:21-07:00",
    "show": 64295,
    "show_uri": "https://api.kexp.org/v2/shows/64295/?format=api",
    "image_uri": "https://ia802903.us.archive.org/25/items/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12-11991247043_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/25/items/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12/mbid-22864b09-89e9-3e79-9185-ca2d2173ea12-11991247043_thumb250.jpg",
    "song": "Into the Light",
    "track_id": "0e50b7f7-6de7-3668-a626-6a54c90cc562",
    "recording_id": "b6bd2827-0c45-428f-9622-87695a0af021",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Juju",
    "release_id": "22864b09-89e9-3e79-9185-ca2d2173ea12",
    "release_group_id": "844bfb05-2b51-35e2-8063-1c8e6746c781",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2006-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Siouxsie and the Banshees deep cut!\n\nWith their fourth album, Juju (from 1981), The Banshees changed the way they made music, creating a conceptual masterpiece inspired by Hitchcock, horror and an African bust unearthed in Forest Hill.\n\nHere's the full interview on how Siouxsie and the Banshees made Juju: https://www.loudersound.com/features/siouxsie-and-the-banshees-how-we-made-juju",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}