Information about plays

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

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

{
    "id": 3606419,
    "uri": "https://api.kexp.org/v2/plays/3606419/?format=api",
    "airdate": "2026-01-19T15:20:39-08:00",
    "show": 65700,
    "show_uri": "https://api.kexp.org/v2/shows/65700/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Members, Don’t Git Weary",
    "track_id": null,
    "recording_id": "24602a2a-3089-49d5-a5ec-9f3b5eb019a3",
    "artist": "Max Roach",
    "artist_ids": [
        "0b6aea55-d855-4a33-ae08-b0280dd28684"
    ],
    "album": "Members, Don’t Git Weary",
    "release_id": null,
    "release_group_id": "3d9294d9-04af-4af9-a0f3-30feb38a74c0",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Max Roach, a pioneer of bebop, worked in many other styles of music, and is generally considered one of the most important drummers in history. He worked with many famous jazz musicians, including Coleman Hawkins, Dizzy Gillespie, Charlie Parker, Miles Davis, Duke Ellington and many more.  This 1968 album has been described as \"One of the finest post-bop dates Roach recorded during that decade\".\n\nhttps://www.nytimes.com/2007/08/16/arts/music/16cnd-roach.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}