Information about plays

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

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

{
    "id": 3584981,
    "uri": "https://api.kexp.org/v2/plays/3584981/?format=api",
    "airdate": "2025-11-30T11:50:49-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "https://coverartarchive.org/release/d61a2bd9-81ac-4023-bd22-1c884d4a176c/13700705404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d61a2bd9-81ac-4023-bd22-1c884d4a176c/13700705404-250.jpg",
    "song": "Ballad of a Thin Man",
    "track_id": null,
    "recording_id": "4216bc79-d1a0-45f7-8339-4198fca5a476",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Highway 61 Revisited",
    "release_id": null,
    "release_group_id": "fb48b1dc-412f-36aa-8820-1023c08c46c6",
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "release_date": "1965-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "About 'Mr. Jones'. Dylan says: \"He's a real person. You know him, but not by that name... I saw him come into the room one night and he looked like a camel. He proceeded to put his eyes in his pocket. I asked this guy who he was and he said, 'That's Mr. Jones.' Then I asked this cat, 'Doesn't he do anything but put his eyes in his pocket?' And he told me, 'He puts his nose on the ground.' It's all there, it's a true story.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}