Information about plays

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

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

{
    "id": 3554289,
    "uri": "https://api.kexp.org/v2/plays/3554289/?format=api",
    "airdate": "2025-09-17T18:42:53-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia902307.us.archive.org/8/items/mbid-8529351f-f6fa-4a45-9d9e-6080a30e6245/mbid-8529351f-f6fa-4a45-9d9e-6080a30e6245-18633574220_thumb500.jpg",
    "thumbnail_uri": "https://ia802307.us.archive.org/8/items/mbid-8529351f-f6fa-4a45-9d9e-6080a30e6245/mbid-8529351f-f6fa-4a45-9d9e-6080a30e6245-18633574220_thumb250.jpg",
    "song": "Westbound Train",
    "track_id": "39254db7-9505-3618-9fb4-2185de193c80",
    "recording_id": "72c2825c-be11-43de-ac6e-94d0658c0b0a",
    "artist": "Quantic presenta Flowering Inferno",
    "artist_ids": [
        "801c3dbb-bd1f-444f-9230-651780f5b4ae",
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5"
    ],
    "album": "Death of the Revolution",
    "release_id": "8529351f-f6fa-4a45-9d9e-6080a30e6245",
    "release_group_id": "8faf3198-d927-303d-9299-0e0aa8742e46",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2008-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York's Will Holland performs under multiple pseudonyms, including Quantic, the Quantic Soul Orchestra, The Limp Twins, and Flowering Inferno.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}