Information about plays

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

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

{
    "id": 3569305,
    "uri": "https://api.kexp.org/v2/plays/3569305/?format=api",
    "airdate": "2025-10-24T09:38:33-07:00",
    "show": 64918,
    "show_uri": "https://api.kexp.org/v2/shows/64918/?format=api",
    "image_uri": "https://coverartarchive.org/release/e78fc156-e0be-4e1a-a668-9338356dfe29/3350498477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e78fc156-e0be-4e1a-a668-9338356dfe29/3350498477-250.jpg",
    "song": "Where Is My Mind?",
    "track_id": null,
    "recording_id": "d201070b-ff15-49ce-877b-f91032617faf",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Surfer Rosa",
    "release_id": null,
    "release_group_id": "74e36cbc-a747-3ebf-a60e-51e656c87741",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1988-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Please say happy birthday to our daughter Hedy in West Seattle who introduced us to KEXP couple years ago! We have listened daily ever since and became Amplifiers. If possible, would you play the Pixies’ “Where is My Mind”?  And thank you John and Owen for all you do! Love hearing Tom Petty all week!! \nBill from North Texas.\n--\nHere's the official lyric video for this Pixies classic: https://www.youtube.com/watch?v=OJ62RzJkYUo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}