Information about plays

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

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

{
    "id": 3628797,
    "uri": "https://api.kexp.org/v2/plays/3628797/?format=api",
    "airdate": "2026-03-14T12:26:53-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://ia801803.us.archive.org/21/items/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5-38799562751_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5/mbid-95953cf8-463a-3614-92e2-dd0fe0ac2eb5-38799562751_thumb250.jpg",
    "song": "92°",
    "track_id": "74c35d23-9541-35a8-b54b-9d51d52483b1",
    "recording_id": "619fe9db-d4b2-4798-bfa8-f8346cfc424c",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Tinderbox",
    "release_id": "95953cf8-463a-3614-92e2-dd0fe0ac2eb5",
    "release_group_id": "9575d8eb-3d5f-4028-af88-0492e17b4898",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Siouxsie and the Banshees released “92°” on their 1986 album Tinderbox, featuring atmospheric guitars from John Valentine Carruthers. Another stop in today’s Pi Day playlist following the digits of π — and fittingly, 9² equals 81, a perfect square!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}