Information about plays

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

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

{
    "id": 3589861,
    "uri": "https://api.kexp.org/v2/plays/3589861/?format=api",
    "airdate": "2025-12-11T19:18:18-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fist Of Fury's Theme song (Cantonese version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Joseph Koo",
    "artist_ids": [],
    "album": null,
    "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": "Joseph Koo Kar-Fai MBE GBS was a Hong Kong composer. He used the pen name Moran for Mandarin songs early in his career. According to the Hong Kong Academy for Performing Arts, Koo was one of the most respected composers in Hong Kong.\n\nWatch some fight scenes here:\nhttps://www.youtube.com/watch?v=LZDdWJ_swOs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}