Information about plays

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

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

{
    "id": 3625564,
    "uri": "https://api.kexp.org/v2/plays/3625564/?format=api",
    "airdate": "2026-03-05T09:25:59-08:00",
    "show": 66096,
    "show_uri": "https://api.kexp.org/v2/shows/66096/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18/mbid-59752819-1e3f-4ff5-bad2-7b8fc92b4b18-10335245464_thumb250.jpg",
    "song": "Drown",
    "track_id": "0d1aea2e-db29-3098-9cb2-4edfd909a563",
    "recording_id": "15180cad-00c8-4a1a-9b14-098fa44df0d4",
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Singles: Original Motion Picture Soundtrack",
    "release_id": "59752819-1e3f-4ff5-bad2-7b8fc92b4b18",
    "release_group_id": "9c80717d-43e0-3219-b8c8-019f5d83cf60",
    "labels": [
        "Epic Soundtrax"
    ],
    "label_ids": [
        "f65eb039-2e15-4139-83d9-d31dbbf18afa"
    ],
    "release_date": "1992-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was recorded for the soundtrack for \"Singles,\" the classic Seattle-based movie from Cameron Crowe. \n--\nWatch these Pumpkins performing \"Drown\" live in Chicago in 1993: https://www.youtube.com/watch?v=AfwnURwbLx4\n--\nPsst: here's a tutorial on how to play the guitar part for \"Drown\": https://www.youtube.com/watch?v=pTHPrMoXyaE\n\nhttps://smashingpumpkins.com/\nhttps://thesmashingpumpkins.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}