Information about plays

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

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

{
    "id": 3610546,
    "uri": "https://api.kexp.org/v2/plays/3610546/?format=api",
    "airdate": "2026-01-29T08:43:18-08:00",
    "show": 65784,
    "show_uri": "https://api.kexp.org/v2/shows/65784/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-f9f55929-636e-3fc9-8334-036c36b40991/mbid-f9f55929-636e-3fc9-8334-036c36b40991-39096607798_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-f9f55929-636e-3fc9-8334-036c36b40991/mbid-f9f55929-636e-3fc9-8334-036c36b40991-39096607798_thumb250.jpg",
    "song": "The Boxer",
    "track_id": "13c47c09-e1b9-3d89-9982-149ed04488fc",
    "recording_id": "1d0d3b69-e492-4dda-9dbe-5b2b797dc2bd",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bridge Over Troubled Water",
    "release_id": "f9f55929-636e-3fc9-8334-036c36b40991",
    "release_group_id": "c39f7f80-d42f-3669-9653-230f8e922083",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drummer Hal Blaine found a spot for the drums in front of an elevator in the Columbia offices. He recounted the recording process, \"There we were with all these mic cables, my drums, and a set of headphones,\" says Blaine. \"When the chorus came around — the 'lie-la-lie' bit — Roy [Halee] had me come down on my snare drum as hard as I could. In that hallway, by the elevator shaft, it sounded like a cannon shot! Which was just the kind of sound we were after.\nhttps://simonandgarfunkel.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}