Information about plays

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

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

{
    "id": 3601001,
    "uri": "https://api.kexp.org/v2/plays/3601001/?format=api",
    "airdate": "2026-01-06T12:23:10-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "https://ia801309.us.archive.org/22/items/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f-16544589722_thumb500.jpg",
    "thumbnail_uri": "https://ia801309.us.archive.org/22/items/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f/mbid-bde8784b-ae7e-4553-9dda-1c4a19d3a56f-16544589722_thumb250.jpg",
    "song": "Ultra Violet (Light My Way)",
    "track_id": "d81a2b09-920b-431a-9918-36c5ba9a40fd",
    "recording_id": "9b540e47-143b-44d8-86c1-fd8b56eac6b8",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Achtung Baby",
    "release_id": "5b86b2ff-77e6-4c8c-9f36-7c4a274ad2e6",
    "release_group_id": "744c7a1b-ac79-35c4-bd92-7e2c6a24c8d8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the band's 2005 autobiography, U2 by U2, Bono calls the song \"a little disturbed.\" He explained: \"'There's a silence that comes to a house when no one can sleep' is a great line, and I can say that with all modesty because I stole it from [fiction writer] Raymond Carver. My apologies. It is an epic U2 song but again the key of it left my voice in a conversational place and allowed a different kind of lyric writing. It has almost a Motown chorus: 'Baby, baby, baby, light my way.' This was the peak, the mountain top of babies. But it disguises very dark content: 'Your love is a secret that's been passed around.' Jealousy. Infidelity. Love rears its ugly head again.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}