Information about plays

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

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

{
    "id": 3639283,
    "uri": "https://api.kexp.org/v2/plays/3639283/?format=api",
    "airdate": "2026-04-08T02:27:09-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn711009.ca.archive.org/0/items/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350-6606801570_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350/mbid-7beb47e7-f54b-46a3-a570-7fe932f0e350-6606801570_thumb250.jpg",
    "song": "Talk Talk",
    "track_id": "34ba17c2-da43-30d8-8386-121e2093b04e",
    "recording_id": "c1459741-eace-4c05-b02b-c6949f163873",
    "artist": "The Music Machine",
    "artist_ids": [
        "6117101b-38b1-4281-8f86-03911163bce6"
    ],
    "album": "Nuggets: Original Artyfacts From the First Psychedelic Era, 1965–1968",
    "release_id": "7beb47e7-f54b-46a3-a570-7fe932f0e350",
    "release_group_id": "8692651e-a7df-3903-a47e-8a28bc1b492c",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}