Information about plays

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

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

{
    "id": 3616509,
    "uri": "https://api.kexp.org/v2/plays/3616509/?format=api",
    "airdate": "2026-02-12T08:45:48-08:00",
    "show": 65912,
    "show_uri": "https://api.kexp.org/v2/shows/65912/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-4a07aa59-c699-4f01-9611-9fb6b8cc61fc/mbid-4a07aa59-c699-4f01-9611-9fb6b8cc61fc-15626418636_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-4a07aa59-c699-4f01-9611-9fb6b8cc61fc/mbid-4a07aa59-c699-4f01-9611-9fb6b8cc61fc-15626418636_thumb250.jpg",
    "song": "End of the Line",
    "track_id": "b11f95af-402d-466a-a122-85b2b279af79",
    "recording_id": "c6bb675e-f161-4b07-ae5c-a85d02796215",
    "artist": "Traveling Wilburys",
    "artist_ids": [
        "4387b544-e4d0-4f18-b74e-d4a5ba1582ab"
    ],
    "album": "Traveling Wilburys, Vol. 1",
    "release_id": "4a07aa59-c699-4f01-9611-9fb6b8cc61fc",
    "release_group_id": "7bfb7661-aef3-3f43-b625-542726cb078d",
    "labels": [
        "Wilbury Records"
    ],
    "label_ids": [
        "3b62043e-6c5e-42bd-886f-0452d1f04033"
    ],
    "release_date": "1988-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Traveling Wilburys were a British-American supergroup active from 1988 to 1991 consisting of Bob Dylan, George Harrison, Jeff Lynne, Roy Orbison and Tom Petty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}