Information about plays

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

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

{
    "id": 3632698,
    "uri": "https://api.kexp.org/v2/plays/3632698/?format=api",
    "airdate": "2026-03-23T10:06:06-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8-27636813580_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8/mbid-45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8-27636813580_thumb250.jpg",
    "song": "San Jose",
    "track_id": "cdae8af7-2fc6-45c7-a2d4-5f938f671346",
    "recording_id": "ebb3c1f9-0821-45d9-b3e3-115f1ca3216f",
    "artist": "Frankie Goes to Hollywood",
    "artist_ids": [
        "c09c8263-40ef-4352-8031-e438b1ce68fc"
    ],
    "album": "Welcome to the Pleasuredome",
    "release_id": "45f243b1-7bc7-44a3-b76f-1ef8e5a4d4c8",
    "release_group_id": "c734406b-3c8a-3214-98cc-dd553f82f813",
    "labels": [
        "ZTT"
    ],
    "label_ids": [
        "ed845c80-883e-4569-9d11-2f40117ab840"
    ],
    "release_date": "1984-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Goes to Hollywood covering Burt Bacharach!\n\nWhere else but KEXP?\n\nhttps://www.facebook.com/fgth.official",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}