Information about plays

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

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

{
    "id": 3638531,
    "uri": "https://api.kexp.org/v2/plays/3638531/?format=api",
    "airdate": "2026-04-06T07:05:45-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-b6ded76c-eb04-315c-ad56-4262a93bd717/mbid-b6ded76c-eb04-315c-ad56-4262a93bd717-31337693254_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/27/items/mbid-b6ded76c-eb04-315c-ad56-4262a93bd717/mbid-b6ded76c-eb04-315c-ad56-4262a93bd717-31337693254_thumb250.jpg",
    "song": "Iamundernodisguise",
    "track_id": "66f09a98-f340-48ed-88b1-c22bff9ced64",
    "recording_id": "2cbaca92-1455-45c3-826f-36a0277021eb",
    "artist": "School of Seven Bells",
    "artist_ids": [
        "57843aed-c1c1-4f45-9859-478dd999bc18"
    ],
    "album": "Alpinisms",
    "release_id": "cdccc9cc-6e6f-42c6-8ece-ad0c39efa4b8",
    "release_group_id": "fa611806-c800-3dec-baa9-7b64ffc505c5",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2008-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Alpinisms' was the debut album from School of Seven Bells in 2008.: https://pitchfork.com/reviews/albums/12399-alpinisms/\n--\nCheck out School of Seven Bells performing Live In-Studio at KEXP back in 2011: https://www.youtube.com/watch?v=GU-rF0bzYEM.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}