Information about plays

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

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

{
    "id": 3552745,
    "uri": "https://api.kexp.org/v2/plays/3552745/?format=api",
    "airdate": "2025-09-13T23:34:08-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1522a06-d25a-4534-b7b0-f53cb720d371/35766545477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1522a06-d25a-4534-b7b0-f53cb720d371/35766545477-250.jpg",
    "song": "All Been Done Before",
    "track_id": null,
    "recording_id": "dd83f3f8-f27d-4c99-b338-9c3ee0d93845",
    "artist": "Pop Sickle",
    "artist_ids": [
        "ddf177aa-02de-49b0-b7de-cfcde2348a2c"
    ],
    "album": "Under the Influences",
    "release_id": null,
    "release_group_id": "729f4006-8afc-3d78-9de7-c8e11e58f41e",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed by Rob Skinner while the band Coffin Break was on hiatus. Pop Sickle moved to Brookfield, Missouri in 1994 but returned to Seattle before splitting.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}