Information about plays

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

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

{
    "id": 3658571,
    "uri": "https://api.kexp.org/v2/plays/3658571/?format=api",
    "airdate": "2026-05-23T16:54:23-07:00",
    "show": 66795,
    "show_uri": "https://api.kexp.org/v2/shows/66795/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-48015f0a-e40c-464e-bec8-8ae87eeb0bb7/mbid-48015f0a-e40c-464e-bec8-8ae87eeb0bb7-43619474048_thumb500.jpg",
    "thumbnail_uri": "https://ia801707.us.archive.org/19/items/mbid-48015f0a-e40c-464e-bec8-8ae87eeb0bb7/mbid-48015f0a-e40c-464e-bec8-8ae87eeb0bb7-43619474048_thumb250.jpg",
    "song": "A Death in London",
    "track_id": "8bdcf66b-b516-488f-a0f0-76aa79ecd16b",
    "recording_id": "b6fd242c-9324-4a18-886d-149f0fee33c7",
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Paradises",
    "release_id": "48015f0a-e40c-464e-bec8-8ae87eeb0bb7",
    "release_group_id": "c6e3b031-79c2-40f6-8faf-790d497447ef",
    "labels": [
        "Nettwerk Music Group"
    ],
    "label_ids": [
        "dfd38a65-6c5e-4b70-aa63-26e2b4b85cbd"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Ladytron!\n\nLadytron will be LIVE on KEXP June 1st at noon! Open to the public\n\nTour Dates\n5/30 UC Theater - Berkely\n5/31 Neptune - Seattle\nhttps://www.ladytron.com/show/789/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}