Information about plays

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

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

{
    "id": 3589862,
    "uri": "https://api.kexp.org/v2/plays/3589862/?format=api",
    "airdate": "2025-12-11T19:19:40-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fists of Fury",
    "track_id": null,
    "recording_id": "3075006d-1feb-45dc-95fd-a11350b28a45",
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "Heaven and Earth",
    "release_id": null,
    "release_group_id": "88999726-f7aa-4024-adcb-429c057c5edd",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2018.\n\nThis is the opening track off the American jazz saxophonists' second album \"Heaven and Earth.\"\n\nFeaturing a sample from Bruce Lee's epic film \"Fists of Fury\".\n\nWatch some fight scenes here:\nhttps://www.youtube.com/watch?v=LZDdWJ_swOs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}