Information about plays

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

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

{
    "id": 3556284,
    "uri": "https://api.kexp.org/v2/plays/3556284/?format=api",
    "airdate": "2025-09-22T10:17:26-07:00",
    "show": 64633,
    "show_uri": "https://api.kexp.org/v2/shows/64633/?format=api",
    "image_uri": "https://ia601709.us.archive.org/2/items/mbid-65eec80c-8b0e-4d9c-8b01-c8a289650c2f/mbid-65eec80c-8b0e-4d9c-8b01-c8a289650c2f-21969671092_thumb500.jpg",
    "thumbnail_uri": "https://ia601709.us.archive.org/2/items/mbid-65eec80c-8b0e-4d9c-8b01-c8a289650c2f/mbid-65eec80c-8b0e-4d9c-8b01-c8a289650c2f-21969671092_thumb250.jpg",
    "song": "Wasted Nun",
    "track_id": "eee526f1-5ae5-4405-aef1-5cb35fd58303",
    "recording_id": "024e2230-373e-420d-acd8-9bb7dcccfaa6",
    "artist": "Cherry Glazerr",
    "artist_ids": [
        "64a0c404-58af-4083-8fc6-a6725ef02ecb"
    ],
    "album": "Stuffed & Ready",
    "release_id": "65eec80c-8b0e-4d9c-8b01-c8a289650c2f",
    "release_group_id": "7f0dd17d-aa6c-4277-83ad-fc7333876848",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cherry Glazerr closed her 2019 Live on KEXP set with \"Wasted Nun.\" Enjoy the video of that session: https://www.youtube.com/watch?v=p-zNwHUO3Sg\n\nhttps://cherryglazerr.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}