Information about plays

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

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

{
    "id": 3625958,
    "uri": "https://api.kexp.org/v2/plays/3625958/?format=api",
    "airdate": "2026-03-06T09:36:55-08:00",
    "show": 66105,
    "show_uri": "https://api.kexp.org/v2/shows/66105/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2-11639680608_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/mbid-75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2-11639680608_thumb250.jpg",
    "song": "I’m Afraid of Americans (V1)",
    "track_id": "fccd524f-60c0-359f-8ba7-ec673a1802ba",
    "recording_id": "e3626970-a67d-4943-9a16-42b767bfde96",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Best of Bowie",
    "release_id": "75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2",
    "release_group_id": "cd4c2cc6-fb5f-35db-8a48-2215edf499f7",
    "labels": [
        "Virgin",
        "EMI"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, written by Bowie and Brian Eno, was remixed by Nine Inch Nails' Trent Reznor.  \n--\nReznor \"stars\" as a stalker in the video: https://www.youtube.com/watch?v=LT3cERVRoQo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}