Information about plays

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

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

{
    "id": 3632162,
    "uri": "https://api.kexp.org/v2/plays/3632162/?format=api",
    "airdate": "2026-03-21T23:07:42-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-33521784-53f7-3278-85b3-0c19cdfa9f1a/mbid-33521784-53f7-3278-85b3-0c19cdfa9f1a-11991233982_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-33521784-53f7-3278-85b3-0c19cdfa9f1a/mbid-33521784-53f7-3278-85b3-0c19cdfa9f1a-11991233982_thumb250.jpg",
    "song": "Helter Skelter",
    "track_id": "4c427c12-6e5f-3b81-8ffe-9b70618f2524",
    "recording_id": "8375e303-0260-4902-b865-72632e152c0c",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "The Scream",
    "release_id": "33521784-53f7-3278-85b3-0c19cdfa9f1a",
    "release_group_id": "67f24412-60c9-36f3-a1dc-e48e56098802",
    "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": "Siouxsie and the Banshees’ take on “Helter Skelter,” originally one of the heaviest songs in The Beatles’ catalog.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}