Information about plays

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

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

{
    "id": 3590062,
    "uri": "https://api.kexp.org/v2/plays/3590062/?format=api",
    "airdate": "2025-12-12T07:37:25-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bone Machine",
    "track_id": null,
    "recording_id": "916cf6b6-ebe3-48ad-a26c-fc06dbc2689d",
    "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": "Good morning! I am a long time fan of KEXP and the morning show and recently heard you mention that you are a Pixies fan. I am also that person and feel seen! \nI am turning 52 this weekend and would be thrilled to hear Bone Machine to celebrate another trip around the sun (because the music matters)… and because I am not dead yet…and because I have a mad crush on Kim Deal…and because the Pixies still get me going 🤘🤘\nRock on, John and Owen, and happy Friday!  --Kim\n--\n\"This is a song for Carol...\" That's how \"Bone Machine\" begins.  Here are the lyrics: https://genius.com/Pixies-bone-machine-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}