Information about plays

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

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

{
    "id": 3592659,
    "uri": "https://api.kexp.org/v2/plays/3592659/?format=api",
    "airdate": "2025-12-18T11:16:53-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down in the Tube Station at Midnight",
    "track_id": "f2ccb0ae-a99d-3930-a6c1-6daafc2e53a9",
    "recording_id": "e2e81227-1b01-4ef6-8bf4-2c01a04559fd",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Compact Snap!",
    "release_id": "53e18121-f90c-4a61-8138-7949a7c5c502",
    "release_group_id": "efa4cd91-8793-3e89-94f4-27f8653314c1",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remembering Rick Buckler, founding member of The Jam who passed at was 69 on February 17th. According to news outlets, his death followed a “brief illness.” Buckler was The Jam’s drummer – working with musicians Paul Weller and Bruce Foxton from the group's formation in 1972 up until their disbandment 10 years later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}