Information about plays

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

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

{
    "id": 3621596,
    "uri": "https://api.kexp.org/v2/plays/3621596/?format=api",
    "airdate": "2026-02-24T05:36:05-08:00",
    "show": 66017,
    "show_uri": "https://api.kexp.org/v2/shows/66017/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-803815f0-49c8-3631-9348-714a2c21af90/mbid-803815f0-49c8-3631-9348-714a2c21af90-30365973694_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-803815f0-49c8-3631-9348-714a2c21af90/mbid-803815f0-49c8-3631-9348-714a2c21af90-30365973694_thumb250.jpg",
    "song": "Everybody's Gotta Learn Sometime",
    "track_id": "bc36efe6-1f4e-32f0-978b-cdc0891f8c4f",
    "recording_id": "05adb225-a182-4bcb-95db-d094b0034e0f",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Eternal Sunshine of the Spotless Mind",
    "release_id": "803815f0-49c8-3631-9348-714a2c21af90",
    "release_group_id": "a251946a-2fbe-3ce0-9d79-d77d5e8825a3",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2004-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck’s cover of \"Everybody's Gotta Learn Sometime\" is the centerpiece of the 2004 film Eternal Sunshine of the Spotless Mind. Produced in collaboration with the film's composer, Jon Brion, the track is a moody, melancholic reimagining of the 1980 hit by the British pop band The Korgis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}