Information about plays

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

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

{
    "id": 3525451,
    "uri": "https://api.kexp.org/v2/plays/3525451/?format=api",
    "airdate": "2025-07-11T06:08:39-07:00",
    "show": 63980,
    "show_uri": "https://api.kexp.org/v2/shows/63980/?format=api",
    "image_uri": "https://ia800409.us.archive.org/2/items/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd-2834134688_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/2/items/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd/mbid-830ba33a-c6f9-4107-a618-ad8102f633bd-2834134688_thumb250.jpg",
    "song": "Giant Steps",
    "track_id": "c139acb2-596b-322e-a32b-b1ac01323f34",
    "recording_id": "cc14d998-bf97-4c94-a835-d4ed9717bc7a",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "Giant Steps",
    "release_id": "830ba33a-c6f9-4107-a618-ad8102f633bd",
    "release_group_id": "2cdca11d-3e45-3152-93e5-4d2a4ddb1bc6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1986-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original recording features Coltrane on tenor saxophone, Paul Chambers on double bass, Tommy Flanagan on piano, and Art Taylor on drums. \n\nAs with other compositions, Coltrane brought \"Giant Steps\" to the studio without rehearsal. (However, an analysis of Coltrane's solo reveals that he worked out melodic patterns over the changes in advance, which he deployed during his recorded improvisation.)\n\nColtrane named \"Giant Steps\" after its bass line: \"The bass line is kind of a loping one. It goes from minor thirds to fourths, kind of a lop-sided pattern in contrast to moving strictly in fourths or in half-steps.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}