Information about plays

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

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

{
    "id": 3615857,
    "uri": "https://api.kexp.org/v2/plays/3615857/?format=api",
    "airdate": "2026-02-10T18:33:09-08:00",
    "show": 65898,
    "show_uri": "https://api.kexp.org/v2/shows/65898/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mata Zyklek",
    "track_id": null,
    "recording_id": null,
    "artist": "Angine de Poitrine",
    "artist_ids": [
        "5fd29907-c3c5-4b1d-a799-7cf9bbd288fc"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jim, by request!\n\nAngine de Poitrine's performance for KEXP at 2025's Trans Musicales in Rennes, France just recently posted to the KEXP YouTube Channel. Listen, watch, and enjoy their bold and creative attire here: https://www.youtube.com/watch?v=0Ssi-9wS1so\n\nhttps://anginedepoitrine.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}