Information about plays

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

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

{
    "id": 3592008,
    "uri": "https://api.kexp.org/v2/plays/3592008/?format=api",
    "airdate": "2025-12-16T20:32:24-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bina Tifa",
    "track_id": null,
    "recording_id": null,
    "artist": "Arc De Soleil",
    "artist_ids": [
        "140bd83c-475b-4eb3-bf82-27ff4dc92abc"
    ],
    "album": "Lumin Rain",
    "release_id": null,
    "release_group_id": "76260cd8-4f5f-4f43-b45f-d6a2a2502a82",
    "labels": [
        "Maison Records"
    ],
    "label_ids": [
        "f46be6fc-20a7-4ba8-8b29-e08516c77964"
    ],
    "release_date": "2025-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arc De Soleil is the musical project of Swedish composer, producer, and multi-instrumentalist Daniel Kadawatha. Kadawatha, who grew up in Sweden but was born in Sri Lanka, creates music that feels both familiar and fresh, drawing inspiration from his father's love for The Spotnicks and The Shadows, alongside artists like Asha Bhosle, creating a unique, luminous sound. \n\nHe came through the KEXP studio this year - check out his performance here:\n\nyoutube.com/watch?v=TwrGE1hnaic&t=1242",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}