Information about plays

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

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

{
    "id": 3607208,
    "uri": "https://api.kexp.org/v2/plays/3607208/?format=api",
    "airdate": "2026-01-21T12:21:36-08:00",
    "show": 65715,
    "show_uri": "https://api.kexp.org/v2/shows/65715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pink Steam",
    "track_id": "ccd49437-0346-3361-bbed-9b6eda557500",
    "recording_id": "ac6ccb43-8099-4ec9-9b73-d64f9c908ad5",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Rather Ripped",
    "release_id": "8c146cf0-17c9-4945-9d59-7b432aab9133",
    "release_group_id": "4c528cc1-e920-38f5-9ee4-12e36afc388b",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2006-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Pink Steam\" comes off Sonic Youth's 14th studio album 'Rather Ripped.'\n\n\"Considering that Sonic Youth lost Jim O'Rourke and found the custom-tweaked, irreplaceable guitars that were stolen in 1999 before heading into the studio to make Rather Ripped, it seemed that the album could be a big departure from what they'd been doing on Murray Street and Sonic Nurse -- possibly a return to the kind of music they could only make with those instruments, or perhaps an entirely different approach that reflected their revamped, old-is-new-again lineup. Rather Ripped ends up being of a piece with their previous two albums, and often plays like a stripped-down, slightly less-inspired Sonic Nurse.\"\n\nhttps://www.allmusic.com/album/rather-ripped-mw0000775736",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}