Information about plays

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

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

{
    "id": 3577801,
    "uri": "https://api.kexp.org/v2/plays/3577801/?format=api",
    "airdate": "2025-11-13T21:15:49-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Anima",
    "track_id": null,
    "recording_id": "e0817f84-55fd-4fad-8eca-4ed46764521f",
    "artist": "大象體操",
    "artist_ids": [
        "9fdc68d1-98ac-463c-a309-181b58c74aed"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Their music is a delicate balance of jazz, funk, and classical elements, unafraid to venture into catchy pop, or the shreddingest of shredding math-rock riffs. Sometimes the members of the band are counting in different time signatures.\n\nhttps://www.youtube.com/watch?v=i6QzuizpK9k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}