Information about plays

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

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

{
    "id": 3588848,
    "uri": "https://api.kexp.org/v2/plays/3588848/?format=api",
    "airdate": "2025-12-09T09:20:34-08:00",
    "show": 65330,
    "show_uri": "https://api.kexp.org/v2/shows/65330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Runnin’ With the Devil",
    "track_id": "6a2ed994-64a0-396f-a430-499d7383c61e",
    "recording_id": "f124bda8-5fd4-4b9e-92aa-892c7f74e561",
    "artist": "Van Halen",
    "artist_ids": [
        "b665b768-0d83-4363-950c-31ed39317c15"
    ],
    "album": "Van Halen",
    "release_id": "1de8a9e5-a3fa-419a-817d-d4cd5197eece",
    "release_group_id": "43a0e8b5-6059-397f-81e6-b8df5a648496",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the first song on the first Van Halen album. It starts with a backwards blare of car horns, which was made by a contraption Eddie Van Halen put together using a bunch of horns, a car battery, and a footswitch. They used to use it when they played at clubs. \n-- \nSee a 1983 live performance, marked by David Lee Roth's squeal, Eddie's guitar solo, and Michael Anthony's backup vocals.: https://www.youtube.com/watch?v=XiM6waSsGTY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}