Information about plays

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

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

{
    "id": 3632675,
    "uri": "https://api.kexp.org/v2/plays/3632675/?format=api",
    "airdate": "2026-03-23T08:46:11-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83-2554558577_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83/mbid-0dcb4610-006e-35a3-8575-3fee0fa1bb83-2554558577_thumb250.jpg",
    "song": "Today",
    "track_id": "75a991ef-f03b-31c0-a761-c83f45ebe18e",
    "recording_id": "622baf54-342a-40a6-801e-43f159fc4f38",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Siamese Dream",
    "release_id": "0dcb4610-006e-35a3-8575-3fee0fa1bb83",
    "release_group_id": "a159e102-18bb-42ca-a59e-5f96a7eff241",
    "labels": [
        "Virgin",
        "Hut Recordings"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1993-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As sampled by Zeds Dead in the previous song!\n\nWatch the video here: https://www.youtube.com/watch?v=xmUZ6nCFNoU. https://smashingpumpkins.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}