Information about plays

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

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

{
    "id": 3601056,
    "uri": "https://api.kexp.org/v2/plays/3601056/?format=api",
    "airdate": "2026-01-06T15:40:51-08:00",
    "show": 65580,
    "show_uri": "https://api.kexp.org/v2/shows/65580/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep on Dancing",
    "track_id": "08eafbc6-adc3-41f9-81ef-831266ab6ae8",
    "recording_id": "45fca157-88b9-4bb4-a8f1-7cc228ecda93",
    "artist": "Parov Stelar feat. Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42",
        "fe1a873d-2000-4789-a895-4187fe756203"
    ],
    "album": "The Art of Sampling",
    "release_id": "a87d8402-8269-41a2-bd74-7e509c01ee0c",
    "release_group_id": "f8934036-39e2-4e42-9e03-f7099be46b3c",
    "labels": [
        "Etage Noir Recordings"
    ],
    "label_ids": [
        "c806997c-0810-4419-b956-a36c6effe673"
    ],
    "release_date": "2013-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marcus Fuereder, better known by his stage name Parov Stelar, is one of Austria’s internationally most successful artists. He is called the founder of ‘Electro Swing’.\n\nOn this appropriately-titled album, Australian artist Parov Stelar samples the likes of Marvin Gaye, Lana Del Rey, and Bryan Ferry.\n\nThis sampled Marvin Gaye's 1977 song, \"Got To Give It Up.\" \n\nhttps://www.parovstelar.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}