Information about plays

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

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

{
    "id": 3599144,
    "uri": "https://api.kexp.org/v2/plays/3599144/?format=api",
    "airdate": "2026-01-02T08:02:13-08:00",
    "show": 65539,
    "show_uri": "https://api.kexp.org/v2/shows/65539/?format=api",
    "image_uri": "https://ia600301.us.archive.org/33/items/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a-25729922047_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/33/items/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a/mbid-4eddd9ca-a36f-38d1-b766-266446c0198a-25729922047_thumb250.jpg",
    "song": "The Hardest Button to Button",
    "track_id": "ea505f94-db8e-3d0b-83d6-8516b11aff05",
    "recording_id": "104972d9-3789-41b8-bb81-a63b077449ef",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "Elephant",
    "release_id": "4eddd9ca-a36f-38d1-b766-266446c0198a",
    "release_group_id": "d85b9684-4277-3565-b89b-115c8b4b7fd3",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2003-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice transition, Mr. DJ!\n--\n\"The White Stripes reinvigorated rock & roll by returning it to its primal blues roots, proving that a duo with unique style could captivate.\"  That's what was written when The White Stripes were inducted into the Rock Hall of Fame this year (Jack was there; Meg was absent.): https://rockhall.com/inductees/white-stripes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}