Information about plays

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

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

{
    "id": 3618102,
    "uri": "https://api.kexp.org/v2/plays/3618102/?format=api",
    "airdate": "2026-02-16T01:53:57-08:00",
    "show": 65946,
    "show_uri": "https://api.kexp.org/v2/shows/65946/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Expanse",
    "track_id": null,
    "recording_id": null,
    "artist": "Cécile McLorin Salvant",
    "artist_ids": [
        "c12e6a0e-2317-40d1-b092-cc70f50fd548"
    ],
    "album": "Oh Snap!",
    "release_id": null,
    "release_group_id": "f4d9969b-fabd-4669-9c65-bfbd17187fe6",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2005-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Had the pleasure of seeing  Salvant live on her run of shows at Jazz Alley earlier tonight with the remarkable Sullivan Fortner on Piano.\nCécile McLorin Salvant is a French-American jazz vocalist. Salvant is one of the most highly regarded jazz vocalists of her generation, often winning DownBeat annual critics polls. She has released eight albums since 2010, six of which have been nominated for Grammy Awards",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}