Information about plays

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

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

{
    "id": 3578044,
    "uri": "https://api.kexp.org/v2/plays/3578044/?format=api",
    "airdate": "2025-11-14T11:08:37-08:00",
    "show": 65106,
    "show_uri": "https://api.kexp.org/v2/shows/65106/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Motherfucker",
    "track_id": null,
    "recording_id": null,
    "artist": "Greet Death",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes from Greet Death's album, Die in Love, which came out in June! \n\n\"'Die In Love' is a beautifully melancholic album by Greet Death. The band's dizzying melodic nature shines throughout its nine tracks, featuring delicate acoustic shimmers, somber percussion, and high-volume post-everything fuzz.\"\n\nhttps://greetdeath.bandcamp.com/album/die-in-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}