Information about plays

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

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

{
    "id": 3640891,
    "uri": "https://api.kexp.org/v2/plays/3640891/?format=api",
    "airdate": "2026-04-11T20:00:26-07:00",
    "show": 66428,
    "show_uri": "https://api.kexp.org/v2/shows/66428/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Have It All",
    "track_id": null,
    "recording_id": null,
    "artist": "Ruby Lustre",
    "artist_ids": [
        "465d7164-22a4-40a1-bd7f-de48fccac87c"
    ],
    "album": "Have It All",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ruby Lustre is a darkwave synth duo from the lush setting of Portland, OR. Ruby Lustre is a collaboration between Devon (guitar/bass/production) and Liza (vocals/lyrics). Their music intersects their old school goth influences with more current dance forward electronic grooves. Their eclectic sound is sexy, emotive and experimental yet cohesive",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}