Information about plays

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

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

{
    "id": 3554452,
    "uri": "https://api.kexp.org/v2/plays/3554452/?format=api",
    "airdate": "2025-09-18T03:57:52-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/36e1fa51-262a-40a7-b125-94fe890f7285/41895819415-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36e1fa51-262a-40a7-b125-94fe890f7285/41895819415-250.jpg",
    "song": "The Bottle",
    "track_id": null,
    "recording_id": null,
    "artist": "Brian Jackson & Masters At Work feat. Omar",
    "artist_ids": [],
    "album": "Now More Than Ever",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Music... \"Take Brian Jackson and Gil Scott-Heron’s iconic track “The Bottle”, add a sublime vocal performance from UK soul legend Omar, and put it in the hands of house music pioneers Masters At Work—and you get a version that’s both timeless and urgent, filled with joy, fire, and social consciousness, and built for the dancefloor.\" thebrianjackson.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}