Information about plays

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

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

{
    "id": 3588349,
    "uri": "https://api.kexp.org/v2/plays/3588349/?format=api",
    "airdate": "2025-12-08T03:49:56-08:00",
    "show": 65320,
    "show_uri": "https://api.kexp.org/v2/shows/65320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To'tah (live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Delbert Anderson Quartet",
    "artist_ids": [],
    "album": "Live at Kuumbwa Jazz",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Delbert Anderson is a Diné jazz trumpet artist, composer, and educator. Through his Delbert Anderson Quartet, Anderson revives the improvised sounds of the Diné circle, blending them with jazz, funk, and hip-hop. His compositions are inspired by Navajo Nation landscapes, historical events, and the desire to preserve and educate about Diné history.\n\nhttps://delbertanderson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}