Information about plays

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

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

{
    "id": 3611825,
    "uri": "https://api.kexp.org/v2/plays/3611825/?format=api",
    "airdate": "2026-02-01T09:21:24-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/988b98d6-329a-45ef-b9af-6142ace1772b/3787358567-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/988b98d6-329a-45ef-b9af-6142ace1772b/3787358567-250.jpg",
    "song": "Mardi Gras in New Orleans",
    "track_id": null,
    "recording_id": "dd372e8e-a223-4221-baef-4671063865b2",
    "artist": "Professor Longhair",
    "artist_ids": [
        "c6177e77-151d-422d-bc87-57ae21d2780e"
    ],
    "album": "’Fess: The Professor Longhair Anthology",
    "release_id": null,
    "release_group_id": "c4dd3e4a-19ef-3c55-9669-eb1dbde41bfa",
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1993-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Considered, “The Bach of Rock” by fellow New Orleans composer Allen Touissant, read about the Rock and Roll Hall of Fame inductee here, https://www.rockhall.com/inductees/professor-longhair",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}