Information about plays

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

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

{
    "id": 3603709,
    "uri": "https://api.kexp.org/v2/plays/3603709/?format=api",
    "airdate": "2026-01-13T05:07:53-08:00",
    "show": 65638,
    "show_uri": "https://api.kexp.org/v2/shows/65638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Patience",
    "track_id": null,
    "recording_id": null,
    "artist": "Russian Blue",
    "artist_ids": [],
    "album": "A Modern Analogue",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "ALBUM RELEASE SHOW!\n+ Jan 31st @ The Roxy Theater (Bremerton, WA)\nhttps://tinyurl.com/RussianBlueAlbumRelease\n\nRussian Blue is an indie/alt-rock group haling from the Seattle, WA area with an eclectic and often unpredictable sound. Their album A Modern Analogue is available for pre-order and purchase on their Bandcamp page. The record officially drops on January 24, 2026. \n\nhttps://russianbluetheband.bandcamp.com/album/a-modern-analogue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}