Information about plays

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

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

{
    "id": 3622601,
    "uri": "https://api.kexp.org/v2/plays/3622601/?format=api",
    "airdate": "2026-02-26T15:47:47-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://coverartarchive.org/release/98369e2a-1021-4cae-b429-1a49cb9a5816/27869677219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98369e2a-1021-4cae-b429-1a49cb9a5816/27869677219-250.jpg",
    "song": "Manteca",
    "track_id": null,
    "recording_id": "514206b7-8803-41b6-ba99-aa669f6446f8",
    "artist": "The Chico O'Farrill Orchestra",
    "artist_ids": [
        "4e89c8fc-2892-4e4d-8d4f-61c4bad10ef2"
    ],
    "album": "More Than Mambo: The Introduction to Afro-Cuban Jazz",
    "release_id": null,
    "release_group_id": "6b8d5998-7aa7-425f-9284-e6a8ea46177c",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Manteca is an instrumental jazz standard co-written in 1947 by American trumpeter and bandleader Dizzy Gillespie, Cuban percussionist and composer Chano Pozo and arranger Gil Fuller. Chico O'Farrill famously expanded Dizzy Gillespie and Chano Pozo's 1947 classic \"Manteca\" into the acclaimed \"Manteca Suite\" in 1954. O'Farrill’s work, which blended bebop with Afro-Cuban rhythms.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}