Information about plays

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

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

{
    "id": 3601005,
    "uri": "https://api.kexp.org/v2/plays/3601005/?format=api",
    "airdate": "2026-01-06T12:40:27-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "https://ia800900.us.archive.org/20/items/mbid-573ecbc7-4ffb-4494-ae97-611fb50a43c8/mbid-573ecbc7-4ffb-4494-ae97-611fb50a43c8-40873933322_thumb500.jpg",
    "thumbnail_uri": "https://ia800900.us.archive.org/20/items/mbid-573ecbc7-4ffb-4494-ae97-611fb50a43c8/mbid-573ecbc7-4ffb-4494-ae97-611fb50a43c8-40873933322_thumb250.jpg",
    "song": "Let Me Go",
    "track_id": "6e2c8dfe-3c33-4929-ba50-cdc6db9ba281",
    "recording_id": "33feac38-9369-4ae1-b7a3-adb371644dda",
    "artist": "Deep Sea Diver feat. Madison Cunningham",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938",
        "46e2c2bc-92d2-406a-805f-fee2bc612313"
    ],
    "album": "Billboard Heart",
    "release_id": "573ecbc7-4ffb-4494-ae97-611fb50a43c8",
    "release_group_id": "7a1a9a88-2202-4f8d-8b61-a7a1bf797c18",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Billboard Heart' was #2 in the list of favorite albums of 2025, as voted on by KEXP listeners: https://www.kexp.org/countdowns/best-albums-of-2025/\n--\nWatch this great live performance in KEXP's Gathering Space in May, 2025: https://www.youtube.com/watch?v=8WsfzwykBO4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}