Information about plays

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

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

{
    "id": 3555873,
    "uri": "https://api.kexp.org/v2/plays/3555873/?format=api",
    "airdate": "2025-09-21T11:45:20-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/2aacfb04-20a3-422d-9f7c-08312670eb3e/35502375021-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2aacfb04-20a3-422d-9f7c-08312670eb3e/35502375021-250.jpg",
    "song": "The Lights Just Buzz",
    "track_id": null,
    "recording_id": "4ebc5e3f-03eb-4f66-bd3f-d0eb702d3106",
    "artist": "Birger Olsen",
    "artist_ids": [
        "cf7487fb-9a7a-4cac-a2cb-c367287d6ddd"
    ],
    "album": "The Lights Just Buzz",
    "release_id": null,
    "release_group_id": "6f1f478f-207a-401e-99ca-53e0335bdf76",
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2016-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Olsen’s maternal relatives settled in eastern Oregon between the Wallowa Mountains and the Snake River, which Olsen visited a lot from his home base of Bainbridge Island, WA.\nhttps://mamabird.bandcamp.com/album/the-lights-just-buzz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}