Information about plays

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

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

{
    "id": 3610426,
    "uri": "https://api.kexp.org/v2/plays/3610426/?format=api",
    "airdate": "2026-01-29T01:54:47-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c682461-53a6-463f-bbad-e5a5bea59915/33532216599-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c682461-53a6-463f-bbad-e5a5bea59915/33532216599-250.jpg",
    "song": "The Dunbar High School Marching Band",
    "track_id": null,
    "recording_id": "cd3002e8-884a-46c2-85c1-430ea5a5a97c",
    "artist": "Les McCann",
    "artist_ids": [
        "bc16d640-a069-42ec-a8c1-c24fd5c3d206"
    ],
    "album": "Layers",
    "release_id": null,
    "release_group_id": "b948b41f-67d4-3bf5-be93-f0f816160d01",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1974-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Les McCann attended Dunbar High School in Lexington, Kentucky? (Do you know Paul Laurence Dunbar, one of the first influential Black poets in American literature?: https://www.poetryfoundation.org/poets/paul-laurence-dunbar)\n\n Here's Les McCann's  biography in the Kentucky Music Hall of Fame: https://kentuckymusichalloffame.com/les-mccann/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}