Information about plays

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

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

{
    "id": 3582972,
    "uri": "https://api.kexp.org/v2/plays/3582972/?format=api",
    "airdate": "2025-11-25T21:51:01-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloomsday",
    "track_id": null,
    "recording_id": "ecbf217e-b98d-4652-b147-3d24aa587fca",
    "artist": "Samantha Crain",
    "artist_ids": [
        "44c66117-552e-4e4d-a969-fb0fca779267"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samantha Crain is a Choctaw Nation songwriter, musician, producer, and singer from Shawnee, Oklahoma. The Choctaw are Indigenous people originally based in the Southeastern Woodlands, in what is now Alabama and Mississippi. With the release of her single \"Bloomsday,\" and the subsequent album that followed, she won 3 NAMMY's in 2009 (Native American Music Award).\n\nCheck out her live on KEXP performance from June 2025 here!\n\nhttps://www.youtube.com/watch?v=tS_mgJcz6ZU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}