Information about plays

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

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

{
    "id": 3598024,
    "uri": "https://api.kexp.org/v2/plays/3598024/?format=api",
    "airdate": "2025-12-30T13:59:37-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kicking Cars",
    "track_id": "683714a1-f7a7-4dce-a7b4-9fe11e01cf0b",
    "recording_id": "5c3a60bb-74f4-4db6-8520-4b2149d8ec64",
    "artist": "Panchiko",
    "artist_ids": [
        "8f64d6ea-3f6c-408c-b2e0-e5334b28dae9"
    ],
    "album": "D>E>A>T>H>M>E>T>A>L",
    "release_id": "0bd1e9ba-3bea-458c-9a18-98bfee02bd16",
    "release_group_id": "e53da1e9-2197-4755-baf1-182de0c74e26",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nottingham band Panchiko originally released this EP, 'D>E>A>T>H>M>E>T>A>L' in 2000, only for it to be discovered nearly two decades later by someone in a secondhand store. Read the wild story here: https://www.vice.com/en/article/akvjmb/panchiko-band-death-metal-cd\n---\nPanchiko is on tour, check out to see if they're playing in a city near you here:\nhttps://panchiko.net/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}