Information about plays

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

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

{
    "id": 3595785,
    "uri": "https://api.kexp.org/v2/plays/3595785/?format=api",
    "airdate": "2025-12-25T09:31:46-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holiday",
    "track_id": "b178cdde-7ab7-492b-8f75-86a84a324309",
    "recording_id": "435a3fb9-28c7-44e2-bcd6-61a683edfa4c",
    "artist": "Steady Holiday",
    "artist_ids": [
        "db838699-7233-48b4-ba9b-d372be1d63ac"
    ],
    "album": "Holiday",
    "release_id": "78712dfb-10ce-4c12-a1e4-f4a4a014edce",
    "release_group_id": "6e6653b0-8365-4163-9d99-de0515d22af4",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2019-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steady Holiday is a Los Angeles-based indie-pop solo-act and the project of Andrea \"Dre\" Babinski. Steady Holiday released a cover of the Weezer song \"Holiday\" for Barsuk Records in 2019 and Babinksi has publicly acknowledged Weezer as a \"formative\" influence.\nhttps://www.barsuk.com/artists/steadyholiday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}