Information about plays

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

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

{
    "id": 3592743,
    "uri": "https://api.kexp.org/v2/plays/3592743/?format=api",
    "airdate": "2025-12-18T16:39:16-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "https://ia902305.us.archive.org/4/items/mbid-783ccfb1-a971-4fc5-ac7c-79aab2c1d66a/mbid-783ccfb1-a971-4fc5-ac7c-79aab2c1d66a-21557278860_thumb500.jpg",
    "thumbnail_uri": "https://ia902305.us.archive.org/4/items/mbid-783ccfb1-a971-4fc5-ac7c-79aab2c1d66a/mbid-783ccfb1-a971-4fc5-ac7c-79aab2c1d66a-21557278860_thumb250.jpg",
    "song": "Work It",
    "track_id": "a3726b8b-d8a2-393e-a49e-8d9a74feddc0",
    "recording_id": "3c763b9d-365e-4ede-8a23-22d3a7215a7b",
    "artist": "DJ Funk",
    "artist_ids": [
        "9c446bec-9272-4828-a958-9dd43e33cc97"
    ],
    "album": "Booty House Anthems",
    "release_id": "783ccfb1-a971-4fc5-ac7c-79aab2c1d66a",
    "release_group_id": "6160a249-8fea-37a2-b7ea-15a26f694680",
    "labels": [
        "Underground Construction"
    ],
    "label_ids": [
        "557ed40a-2df9-4b8d-8685-60ba855a7164"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Funk died in March at 53. \n\nCharles Chambers, better known by his stage name DJ Funk, was an American DJ who pioneered the ghetto house subgenre of house music. Through the 1990s, he built a regional reputation in the Chicago-Detroit region and in the Midwest rave scene. His 1999 album Booty House Anthems sold over one million copies. He founded the Funk Records label in 2006. He is included in Modulations, a 1998 film documentary of electronic music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}