Information about plays

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

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

{
    "id": 3607112,
    "uri": "https://api.kexp.org/v2/plays/3607112/?format=api",
    "airdate": "2026-01-21T06:29:45-08:00",
    "show": 65713,
    "show_uri": "https://api.kexp.org/v2/shows/65713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Afraid of Americans",
    "track_id": "179aa765-9aac-347e-b20d-25161967318b",
    "recording_id": "b76064da-62d7-4a1f-be4b-209d1fb48eed",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Earthling",
    "release_id": "a9ed2927-fc39-461f-8115-cd77c15bf918",
    "release_group_id": "9a723e6e-2ede-371b-88bf-396cc362d77b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Ryan in Lake Stevens! And happy birthday to Elizabeth!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}