Information about plays

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

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

{
    "id": 3627989,
    "uri": "https://api.kexp.org/v2/plays/3627989/?format=api",
    "airdate": "2026-03-12T04:45:11-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/afe8516a-dc2e-42b0-9cc0-ff9c0f21c338/44483591829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/afe8516a-dc2e-42b0-9cc0-ff9c0f21c338/44483591829-250.jpg",
    "song": "Right",
    "track_id": null,
    "recording_id": "1bd4cc32-26a1-4d59-82c0-1adde11dc9f6",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Young Americans",
    "release_id": null,
    "release_group_id": "8c2a0eae-1359-3577-9127-e3d862acc2a2",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1975-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The backing vocalists included Luther Vandross and an old friend of Bowie's, Geoff MacCormack; it was the only track on Young Americans to feature MacCormack. \n--\nThat's David Sanborn on alto sax.\n--\nHere is the video for this 1975 song: https://youtu.be/OPaeft4t-Ew",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}