Information about plays

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

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

{
    "id": 3552537,
    "uri": "https://api.kexp.org/v2/plays/3552537/?format=api",
    "airdate": "2025-09-13T15:20:07-07:00",
    "show": 64553,
    "show_uri": "https://api.kexp.org/v2/shows/64553/?format=api",
    "image_uri": "https://ia903207.us.archive.org/31/items/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d-40468470684_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/31/items/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d-40468470684_thumb250.jpg",
    "song": "Survival Of The Fittest",
    "track_id": "fba2311b-ebdf-450a-9ae6-a12f1fc602be",
    "recording_id": "c45e7986-d7b1-4dcb-9491-57168439d377",
    "artist": "Art d’Ecco",
    "artist_ids": [
        "f1d55d22-2d7a-465d-b9ff-b59cffa6b48b"
    ],
    "album": "Serene Demon",
    "release_id": "cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d",
    "release_group_id": "d259311c-76b1-410b-8f40-1bff87c2a46b",
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Victoria, BC, Art d’Ecco released the new album, Serene Demon, in February. https://artdecco.bandcamp.com/\n\nThey'll be back in Seattle for Freakout Fest in November\nhttps://www.freakoutrec.com/lineup",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}