Information about plays

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

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

{
    "id": 3596766,
    "uri": "https://api.kexp.org/v2/plays/3596766/?format=api",
    "airdate": "2025-12-27T16:13:16-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revenge of the Orchestra",
    "track_id": null,
    "recording_id": "a8d2bd4a-657d-4538-93b2-0f9df79f8293",
    "artist": "Apashe",
    "artist_ids": [
        "ce0724ab-2d63-415b-bbb1-839f97bb771a"
    ],
    "album": "Antagonist",
    "release_id": null,
    "release_group_id": "9af86670-bb13-4be7-861e-9c91ae418c77",
    "labels": [
        "Kannibalen Records"
    ],
    "label_ids": [
        "971c834a-fe51-46c2-bb6f-0c06204626bf"
    ],
    "release_date": "2023-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "featuring Magugu!\nApashe, the stage name of Belgian-born Canadian musician John De Buck, is known for his unique blend of electronic and classical music. His style mixes elements of dubstep, trap, and classical music to create a \"majestic\" sound. He often performs with an orchestra or brass ensemble, and his live shows are known for being dynamic and unreal. \nhttps://www.youtube.com/watch?v=Ui7AM-OqBGw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}