Information about plays

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

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

{
    "id": 3547867,
    "uri": "https://api.kexp.org/v2/plays/3547867/?format=api",
    "airdate": "2025-09-02T05:46:04-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-f685f512-cdb6-40de-a6b3-4447763624fb/mbid-f685f512-cdb6-40de-a6b3-4447763624fb-31943831645_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-f685f512-cdb6-40de-a6b3-4447763624fb/mbid-f685f512-cdb6-40de-a6b3-4447763624fb-31943831645_thumb250.jpg",
    "song": "Friends",
    "track_id": "5043d44d-446e-3416-854b-a47b3c68eeab",
    "recording_id": "e9e0e26f-affe-445d-b088-da6750eae2e2",
    "artist": "Whodini",
    "artist_ids": [
        "1cc9fbfc-6221-409f-ac5a-b9373b1f192f"
    ],
    "album": "Kurtis Blow Presents the History of Rap, Volume 3: The Golden Age",
    "release_id": "f685f512-cdb6-40de-a6b3-4447763624fb",
    "release_group_id": "bb746ac1-0600-36db-b073-6f3a36263fba",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was interpolated in Nas' song \"If I Ruled The World (Imagine That)\" from his 1996 album It Was Written.\n\nPublic Enemy sampled this drum beat for their song \"Sophisticated Bitch\" from their first album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}