Information about plays

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

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

{
    "id": 3589065,
    "uri": "https://api.kexp.org/v2/plays/3589065/?format=api",
    "airdate": "2025-12-09T20:55:10-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flying Dragon Concerto",
    "track_id": null,
    "recording_id": null,
    "artist": "Gao Hong",
    "artist_ids": [
        "6195b351-c2c3-4844-97ce-4bfbde1cb127"
    ],
    "album": "Symphony Of Self",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Naxos"
    ],
    "label_ids": [
        "615fa478-3901-42b8-80bc-bf58b1ff0e03"
    ],
    "release_date": "2025-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Luoyang, Henan, China\n\nGao Hong is an internationally acclaimed pipa (a pear-shaped lute) virtuoso and composer. The album was recorded at the legendary Abbey Road Studios with the Royal Philharmonic Orchestra.\n\nIn St. Paul, Minnesota, April 3rd is Gao Hong Day!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}