Information about plays

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

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

{
    "id": 3546910,
    "uri": "https://api.kexp.org/v2/plays/3546910/?format=api",
    "airdate": "2025-08-30T22:03:43-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://ia804603.us.archive.org/9/items/mbid-5c41dfd0-bf87-49b8-b125-482abc8d5af6/mbid-5c41dfd0-bf87-49b8-b125-482abc8d5af6-30793346139_thumb500.jpg",
    "thumbnail_uri": "https://ia804603.us.archive.org/9/items/mbid-5c41dfd0-bf87-49b8-b125-482abc8d5af6/mbid-5c41dfd0-bf87-49b8-b125-482abc8d5af6-30793346139_thumb250.jpg",
    "song": "Cold Water",
    "track_id": "6c1b2c30-a443-3076-b21b-58fbdb963737",
    "recording_id": "43221f3f-ae5b-43f1-a0e7-af95522d7d35",
    "artist": "The Jesus Lizard",
    "artist_ids": [
        "dfebd6c0-dae7-4cc8-a8e9-0dbaa382209f"
    ],
    "album": "The Jesus Lizard EP",
    "release_id": "5c41dfd0-bf87-49b8-b125-482abc8d5af6",
    "release_group_id": "e12787b8-29df-30d1-a106-82b87590e65e",
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "1998-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Former Jesus Lizard drummer, Jim Kimball passed away on the 27th at the age of 59.  RIP\n\nHis earlier bands include noise-punk band Laughing Hyenas and Mule.\n\nhttps://www.pencilstorm.com/blog/2025/in-memoriam-jim-kimball",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}