Information about plays

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

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

{
    "id": 3665250,
    "uri": "https://api.kexp.org/v2/plays/3665250/?format=api",
    "airdate": "2026-06-08T06:35:27-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-8a9ef945-110b-36db-a19e-f5c25679483c/mbid-8a9ef945-110b-36db-a19e-f5c25679483c-7792962458_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-8a9ef945-110b-36db-a19e-f5c25679483c/mbid-8a9ef945-110b-36db-a19e-f5c25679483c-7792962458_thumb250.jpg",
    "song": "Indian Summer",
    "track_id": "0069a367-084d-3c5f-983a-49391f47abca",
    "recording_id": "e7461695-d603-406a-b233-f3af54b79bdd",
    "artist": "Beat Happening",
    "artist_ids": [
        "449e44cb-bcae-4c48-a1af-5d8df0f81456"
    ],
    "album": "Jamboree",
    "release_id": "730c7c40-12b0-36c7-86bf-9db02f64b7b0",
    "release_group_id": "f04c29d6-d502-3b62-a29f-ec54c094a202",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Beat Happening formed in Olympia, Washington in 1983.\n\nHere's a KEXP Review Revue of the album from 2014: https://kexp.org/read/2014/8/21/review-revue-beat-happening-jamboree/\n\nCheck out the official music video for \"Indian Summer\": https://www.youtube.com/watch?v=Eaw-zW7RVus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}