Information about plays

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

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

{
    "id": 3645533,
    "uri": "https://api.kexp.org/v2/plays/3645533/?format=api",
    "airdate": "2026-04-22T23:37:09-07:00",
    "show": 66526,
    "show_uri": "https://api.kexp.org/v2/shows/66526/?format=api",
    "image_uri": "https://dn711208.ca.archive.org/0/items/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3-3501204917_thumb500.jpg",
    "thumbnail_uri": "https://dn711208.ca.archive.org/0/items/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3/mbid-6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3-3501204917_thumb250.jpg",
    "song": "Earth Blues",
    "track_id": "d07ae272-99de-369e-8964-d9e5e22547a8",
    "recording_id": "912647e2-89c2-48e7-a581-5209e411dc23",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "People, Hell and Angels",
    "release_id": "6fcb0abe-4e88-49b5-a3fd-c3dd8761ebc3",
    "release_group_id": "aa30b7ef-3b46-4956-9c63-c25dea87b612",
    "labels": [
        "Experience Hendrix",
        "Legacy"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2013-04-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}