Information about plays

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

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

{
    "id": 3627404,
    "uri": "https://api.kexp.org/v2/plays/3627404/?format=api",
    "airdate": "2026-03-10T11:05:50-07:00",
    "show": 66144,
    "show_uri": "https://api.kexp.org/v2/shows/66144/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18-43505554118_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18-43505554118_thumb250.jpg",
    "song": "Rebel Rebel",
    "track_id": "1898cdac-2981-32d4-ad8f-3f770563f994",
    "recording_id": "11bd860a-4447-4140-813d-64834ae02ca8",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Diamond Dogs",
    "release_id": "ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18",
    "release_group_id": "0dc4835d-b21a-3612-bac6-ab1e782a1396",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can tell it's human-powered radio! If you love the fact that your music is not supplied by an algorithm, donate today: https://www.kexp.org/donate/\n--\nBowie's guitarist, Mick Ronson, quit in 1973 in order to pursue a solo career, so Bowie played guitar on this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}