Information about plays

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

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

{
    "id": 3594121,
    "uri": "https://api.kexp.org/v2/plays/3594121/?format=api",
    "airdate": "2025-12-21T17:03:04-08:00",
    "show": 65440,
    "show_uri": "https://api.kexp.org/v2/shows/65440/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "0e15b162-0624-3779-a99c-63ed9418530c",
    "recording_id": "90929d20-02ed-4408-8faa-fa87f83b87bf",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "4b002b0e-3d58-4fea-a980-4b0577b32508",
    "release_group_id": "d147f6f8-1ca1-3df0-acd9-3c81808f2822",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to interviews with the band, the album is named after an incident in which the band was removed from the ocean liner Queen Mary for breaking down the door of a ballroom and staging a violent séance. https://tinyurl.com/ysv4h3pc\n\nIn 2022, KEXP's Martin Douglas wrote a thoughtful retrospective essay about this album; you can read it here: https://tinyurl.com/3fcukwyy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}