Information about plays

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

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

{
    "id": 3572226,
    "uri": "https://api.kexp.org/v2/plays/3572226/?format=api",
    "airdate": "2025-10-31T13:30:15-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia800508.us.archive.org/18/items/mbid-d0078f0d-d320-4d0c-9f3f-36e9aa795f80/mbid-d0078f0d-d320-4d0c-9f3f-36e9aa795f80-14570168804_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/18/items/mbid-d0078f0d-d320-4d0c-9f3f-36e9aa795f80/mbid-d0078f0d-d320-4d0c-9f3f-36e9aa795f80-14570168804_thumb250.jpg",
    "song": "Alice",
    "track_id": "1434eea6-5565-4d91-b54f-2183813769a6",
    "recording_id": "804908bb-dcd0-4ab6-94c1-7b66aa9a00de",
    "artist": "The Sisters of Mercy",
    "artist_ids": [
        "553d8166-27b0-49fe-b8e4-89a984e2c375"
    ],
    "album": "Alice",
    "release_id": "d0078f0d-d320-4d0c-9f3f-36e9aa795f80",
    "release_group_id": "e463eb9e-c2c6-3cfb-a04c-5b7e8797d021",
    "labels": [
        "Merciful Release"
    ],
    "label_ids": [
        "668aab27-71bb-4ea8-b24d-c7768ce0285e"
    ],
    "release_date": "1982-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by John Ashton (of the Psychedelic Furs), ’Alice’ was released in late 1982 as a non-album single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}