Information about plays

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

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

{
    "id": 3615872,
    "uri": "https://api.kexp.org/v2/plays/3615872/?format=api",
    "airdate": "2026-02-10T19:39:51-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rockaway Dub",
    "track_id": null,
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Shy Girl In Dub!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [],
    "release_date": "2026-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in London, Hollie Cook is a British singer & keyboardist who makes cosmic/tropical pop. Hollie is a former member of the punk/reggae band The Slits.\n\nPre-order the whole album here: https://tinyurl.com/5w83jaea\n\nCheck out Hollie Cook's 2014 KEXP session here: https://tinyurl.com/bjc38j2h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}