Information about plays

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

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

{
    "id": 3571956,
    "uri": "https://api.kexp.org/v2/plays/3571956/?format=api",
    "airdate": "2025-10-30T20:36:09-07:00",
    "show": 64978,
    "show_uri": "https://api.kexp.org/v2/shows/64978/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "다시 처음으로 Back To Start",
    "track_id": null,
    "recording_id": null,
    "artist": "Galaxy Express",
    "artist_ids": [
        "32d59c08-2a20-46b1-8bc0-50f3119b0274"
    ],
    "album": "다시 처음으로 Back To Start",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Galaxy Express is a punk rock, garage rock band from South Korea that formed in 2006.  They are scintillating tour de force trio that wildly whiplashes audiences with a centrifugal forging of raw, sweaty, psychedelic rock n roll.\n--\nhttps://galaxyexpress.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}