Information about plays

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

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

{
    "id": 3598688,
    "uri": "https://api.kexp.org/v2/plays/3598688/?format=api",
    "airdate": "2026-01-01T04:42:56-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swing",
    "track_id": null,
    "recording_id": "de6d0e2c-fabe-4103-a2bf-03b1af069763",
    "artist": "Camp Lo featuring Ish aka Butterfly",
    "artist_ids": [
        "a5474ad8-1671-4ace-a5ea-82df42245bda",
        "e4badb5a-e9be-4a30-b320-49421570578e"
    ],
    "album": "Uptown Saturday Night",
    "release_id": null,
    "release_group_id": "861232ef-552f-3d14-9719-9f274d1f5238",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1997-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1997 debut studio classic from Bronx Hip Hop duo - rappers Sonny Cheeba and Geechi Suede.\nFeaturing Seattle's own Ishmael Butler aka Ish aka Butterfly (Digable Planets) on this track!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}