Information about plays

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

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

{
    "id": 3571948,
    "uri": "https://api.kexp.org/v2/plays/3571948/?format=api",
    "airdate": "2025-10-30T20:05:20-07:00",
    "show": 64978,
    "show_uri": "https://api.kexp.org/v2/shows/64978/?format=api",
    "image_uri": "https://coverartarchive.org/release/89368b2d-ef71-4b52-8397-3f03b3dacaa7/22610894416-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89368b2d-ef71-4b52-8397-3f03b3dacaa7/22610894416-250.jpg",
    "song": "Square Wave",
    "track_id": null,
    "recording_id": "a6948a16-449c-4e8d-ab08-060274d93922",
    "artist": "잠비나이",
    "artist_ids": [
        "74c9db5a-cece-4381-afa8-a5f381901487"
    ],
    "album": "ONDA",
    "release_id": null,
    "release_group_id": "992160f2-4851-433b-961d-bafe985b0545",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2019-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jambinai (잠비나이) are a Korean post-rock band formed in Seoul in 2009. The band currently consists of Kim Bo-mi, Lee Il-woo, Sim Eun-yong, Yu Byeong-koo and Choi Jae-hyuk.\n--\nhttps://jambinai.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}