Information about plays

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

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

{
    "id": 3600551,
    "uri": "https://api.kexp.org/v2/plays/3600551/?format=api",
    "airdate": "2026-01-05T10:32:10-08:00",
    "show": 65571,
    "show_uri": "https://api.kexp.org/v2/shows/65571/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "But You Just Woke Me Up",
    "track_id": "b9777aa0-a638-4c41-88b1-bcd9d95b76c6",
    "recording_id": "e5ae3c4b-396b-4497-bf03-715cb7eecb61",
    "artist": "This Is Lorelei",
    "artist_ids": [
        "a2d140d8-ae17-4d72-b680-b89c77f1ed52"
    ],
    "album": "Holo Boy",
    "release_id": "671ee8b4-3077-4ca2-92bd-203dce8ccd56",
    "release_group_id": "3a2273e4-9274-464d-ab5e-d4cbdcc33e18",
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2025-12-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Is Lorelei is the solo project of prolific Brooklyn-based musician Nate Amos, also known as one-half of the band Water From Your Eyes (alongside Rachel Brown) and one-half of My Idea (alongside Lily Kongsberg). \n\nhttps://thisislorelei.bandcamp.com/\nhttps://www.thisislorelei.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}