Information about plays

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

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

{
    "id": 3595196,
    "uri": "https://api.kexp.org/v2/plays/3595196/?format=api",
    "airdate": "2025-12-24T04:10:43-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melt!",
    "track_id": null,
    "recording_id": "13aaaccb-7974-49bd-846c-1ec6bc53ef46",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Inner Song",
    "release_id": null,
    "release_group_id": "4f883542-76d0-4fb1-bd7f-f53ccd5e8bc3",
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2020-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The production of \"Melt!\" samples both the sounds of a melting glacier and people skating on ice.  Welsh producer and singer Kelly Lee Owens wanted to capture a sense of urgency about the climate crisis in the song and video.\n\n\"I wanted to create something that sounded hard but with organic samples,\" Owens said in a press release. \"I felt those were great representations of what’s happening in the world, that every moment you’re breathing and sleeping, this is taking place.\"  https://bit.ly/3v6oGK6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}