Information about plays

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

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

{
    "id": 3619846,
    "uri": "https://api.kexp.org/v2/plays/3619846/?format=api",
    "airdate": "2026-02-20T08:24:23-08:00",
    "show": 65981,
    "show_uri": "https://api.kexp.org/v2/shows/65981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Is My Mind?",
    "track_id": "83e08903-6250-3d8d-9a84-08aee7e95471",
    "recording_id": "d201070b-ff15-49ce-877b-f91032617faf",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Surfer Rosa",
    "release_id": "e78fc156-e0be-4e1a-a668-9338356dfe29",
    "release_group_id": "74e36cbc-a747-3ebf-a60e-51e656c87741",
    "labels": [
        "4AD",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi John,\nMy daughter Rachael turns 25 tomorrow. She is an amazingly warm-hearted person, always seeking out the beauty in the world. She keeps my sometimes-jaded heart open by reminding me of the possibilities of love and hope. She’s working her way toward a career in early childhood education, and I know the kids she works with are going to have a wonderful teacher. Rae also loves the Pixies, as one should. Could you please play her favorite Pixies song, “Where is My Mind?” for her birthday?\nThank you, we are never alone.\nDavid\n--\nHere's an early performance of this John and Rachel-favorite in the Netherlands in 1988: https://www.facebook.com/theyeargrungebroke/videos/pixies-where-is-my-mind-live-1988/1607742566231951/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}