Information about plays

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

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

{
    "id": 3568068,
    "uri": "https://api.kexp.org/v2/plays/3568068/?format=api",
    "airdate": "2025-10-21T14:44:30-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dry the Rain (Andy Buchan Scratch That Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Beta Band",
    "artist_ids": [],
    "album": "Dry the Rain (Andy Buchan Scratch That Edit)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beta Band are a Scottish musical group formed in 1996. Their style is described as being a blend of folk, psychedelia, electronica, post-rock and trip hop, often involving stylistic experimentation. \n\nCheck out this performance from Steve Mason of The Beta Band, Live on KEXP here, enjoy:\nhttps://www.youtube.com/watch?v=SVEeHIdN8D4&list=RDSVEeHIdN8D4&start_radio=1\n---\nhttps://thebetaband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}