Information about plays

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

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

{
    "id": 3598929,
    "uri": "https://api.kexp.org/v2/plays/3598929/?format=api",
    "airdate": "2026-01-01T18:43:14-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream Police",
    "track_id": "28f2b260-9871-3f84-ae0e-e772b87714b7",
    "recording_id": "f77b4169-ae13-44e7-b3d0-25343efa91b2",
    "artist": "Cheap Trick",
    "artist_ids": [
        "9f870653-72b0-4c6d-8c59-439a95963e09"
    ],
    "album": "Authorized Greatest Hits",
    "release_id": "0d85e924-d6e0-4f4a-a6dc-883ca5b79ec4",
    "release_group_id": "fc5b31f6-f04f-3d8e-a087-aefe0c8114e0",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, written by guitarist Rick Nielsen,  is about a paranoid man who is convinced that his dreams are being monitored, and it's driving him insane. No matter what he does, the \"Dream Police\" are always inside his head and waiting to arrest him.\n--\nA string section played on this track, which added an element of horror - those violin stabs are reminiscent of what we hear during the shower scene in the movie Psycho. When the song was developing, those parts were done with a keyboard arpeggiator as heard in \"Surrender,\" but when they got the budget, they hired the strings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}