Information about plays

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

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

{
    "id": 3594956,
    "uri": "https://api.kexp.org/v2/plays/3594956/?format=api",
    "airdate": "2025-12-23T16:07:34-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rainbow Road May",
    "track_id": null,
    "recording_id": null,
    "artist": "Anushka Chkheidze and Robert Lippok",
    "artist_ids": [],
    "album": "Uncontrollable Thoughts",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut joint release by Robert Lippok (Berlin-based artist, set designer and composer) and Anushka Chkheidze (Netherlands-based Georgian composer). On this album they draw on traditions such as minimal music or late 1990s and early 2000s electronica to integrate subtle beats with elegiac organ drones, playful melodies with lush textures.\n\nhttps://robertlippok.bandcamp.com/album/uncontrollable-thoughts\nhttps://anushkachkheidze.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}