Information about plays

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

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

{
    "id": 3659817,
    "uri": "https://api.kexp.org/v2/plays/3659817/?format=api",
    "airdate": "2026-05-26T13:02:14-07:00",
    "show": 66820,
    "show_uri": "https://api.kexp.org/v2/shows/66820/?format=api",
    "image_uri": "https://coverartarchive.org/release/e29d9fea-4e28-412f-8b92-93b67bcd4f85/20439700773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e29d9fea-4e28-412f-8b92-93b67bcd4f85/20439700773-250.jpg",
    "song": "St. Thomas",
    "track_id": null,
    "recording_id": "f214466b-57ee-41bb-9749-6cd244593c0e",
    "artist": "Sonny Rollins",
    "artist_ids": [
        "3b47247e-5b57-49b6-a0ed-bad80243802a"
    ],
    "album": "Saxophone Colossus",
    "release_id": null,
    "release_group_id": "cf29d6a2-a18a-3bb6-a861-495148baee1f",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1957-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Sonny Rollins <3 he passed at 95 on Monday.\n--\n\"St. Thomas\" is not actually an original Sonny Rollins composition, but rather an adaptation of a traditional Caribbean folk song. Rollins based his legendary jazz standard on a Virgin Islands nursery rhyme and a Danish folk song (\"Det var en lørdag aften\") that his mother, who had Caribbean roots, sang to him during his childhood.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}