Information about plays

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

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

{
    "id": 3543002,
    "uri": "https://api.kexp.org/v2/plays/3543002/?format=api",
    "airdate": "2025-08-21T18:38:58-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "https://ia903207.us.archive.org/9/items/mbid-35008391-845f-4f05-97f9-4d20f5b396b6/mbid-35008391-845f-4f05-97f9-4d20f5b396b6-38567676438_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/9/items/mbid-35008391-845f-4f05-97f9-4d20f5b396b6/mbid-35008391-845f-4f05-97f9-4d20f5b396b6-38567676438_thumb250.jpg",
    "song": "Naked as We Came",
    "track_id": "3efb9c50-b2a7-3375-993b-a16b56284864",
    "recording_id": "29dbf257-77c8-4df3-8aff-6d8eaf5113d1",
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Our Endless Numbered Days",
    "release_id": "35008391-845f-4f05-97f9-4d20f5b396b6",
    "release_group_id": "e73745df-c2de-374a-818b-bcedc03ac655",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Teylar: \n\nMy college roommate died several weeks ago while she was recovering from surgery to remove a brain tumor. I have been mourning the loss of her and feeling so much gratitude for the things in life that I know because I knew her.\n\nWould you play anything Iron and Wine, or I Believe in a Thing Called Love in honor of Sarah Joy? Back in the days of mix cd's, those were on a sweet cd on repeat in our dorm room.\n\nThank you so much for programming like today's. Even if my songs don't get played, I feel comfort as I drive and listen to all the requests - we are not alone and it is a gift to share the time we have.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}