Information about plays

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

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

{
    "id": 3583142,
    "uri": "https://api.kexp.org/v2/plays/3583142/?format=api",
    "airdate": "2025-11-26T07:34:26-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "Deep Sea Diver will in Seattle at the Paramount Theatre on November 28.\n\nhttps://thedeepseadiver.bandcamp.com\nhttps://www.thisisdeepseadiver.com/\n\nMaybe this is on your top albums of 2025? Let us know your picks by December 19!\nhttps://www.kexp.org/countdowns/best-of-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}