Information about plays

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

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

{
    "id": 3633660,
    "uri": "https://api.kexp.org/v2/plays/3633660/?format=api",
    "airdate": "2026-03-25T23:04:24-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/b584ec96-6da1-418a-80a9-819be50940f6/12987743606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b584ec96-6da1-418a-80a9-819be50940f6/12987743606-250.jpg",
    "song": "Underground",
    "track_id": null,
    "recording_id": "0897e9f4-3eff-4e0d-94cd-0b523619c7b5",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Labyrinth: From the Original Soundtrack of the Jim Henson Film",
    "release_id": null,
    "release_group_id": "88704038-369a-32cf-aff2-82d3eeeb01e5",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1986-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}