Information about plays

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

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

{
    "id": 3634997,
    "uri": "https://api.kexp.org/v2/plays/3634997/?format=api",
    "airdate": "2026-03-29T05:02:51-07:00",
    "show": 66309,
    "show_uri": "https://api.kexp.org/v2/shows/66309/?format=api",
    "image_uri": "https://dn711205.ca.archive.org/0/items/mbid-aad78fe6-f5cb-4269-9a73-eb5c309238ff/mbid-aad78fe6-f5cb-4269-9a73-eb5c309238ff-5814153122_thumb500.jpg",
    "thumbnail_uri": "https://dn711205.ca.archive.org/0/items/mbid-aad78fe6-f5cb-4269-9a73-eb5c309238ff/mbid-aad78fe6-f5cb-4269-9a73-eb5c309238ff-5814153122_thumb250.jpg",
    "song": "Animal Nitrate",
    "track_id": "e09a5874-cc10-3929-8a29-6f26d244c2a2",
    "recording_id": "aef0d23b-a645-456a-b643-8ea4fccd6608",
    "artist": "Suede",
    "artist_ids": [
        "a55c2f1b-3f3f-4d6a-aa30-5e186dbadce6"
    ],
    "album": "Suede",
    "release_id": "aad78fe6-f5cb-4269-9a73-eb5c309238ff",
    "release_group_id": "85913ff9-f07e-34a9-85f4-eee5140a5881",
    "labels": [
        "Nude Records"
    ],
    "label_ids": [
        "073ae241-f3e7-46d0-b849-87996e91b14b"
    ],
    "release_date": "1993-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "this album was released on this day in 1993. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}