Information about plays

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

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

{
    "id": 3659022,
    "uri": "https://api.kexp.org/v2/plays/3659022/?format=api",
    "airdate": "2026-05-24T15:04:20-07:00",
    "show": 66804,
    "show_uri": "https://api.kexp.org/v2/shows/66804/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia802905.us.archive.org/5/items/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18/mbid-ac6a3bdd-4d2e-38e8-ba6e-33cecf128b18-43505554118_thumb250.jpg",
    "song": "Diamond Dogs",
    "track_id": "aef925ad-b27c-34a0-9e34-c7dd5c117bca",
    "recording_id": "199d5348-c83b-4ab0-b04d-d667fe0d9786",
    "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": "Released on this day in 1974!\n\nThe album cover was a painting of Bowie as half man, half dog. His back half was the dog, and he was very clearly a male dog, which prompted RCA Records to airbrush the painting and make the dog gender neutral.\n\nThis was David Bowie's 8th studio album, released in 1974. He's all tied up in this 1974 live version of \"Diamond Dogs\": https://bit.ly/3qVwTl0.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}