Information about plays

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

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

{
    "id": 3598388,
    "uri": "https://api.kexp.org/v2/plays/3598388/?format=api",
    "airdate": "2025-12-31T09:29:31-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get It Over",
    "track_id": "6bd84609-5f85-43e1-820d-b87666f16e44",
    "recording_id": "a6265a19-2960-4683-9af9-87db53081d5c",
    "artist": "Yukimi",
    "artist_ids": [
        "e6deafd2-163c-46f3-b290-3c3c1944cffb"
    ],
    "album": "Yume",
    "release_id": "d57761db-4db9-4c0b-b318-0027072ff6d4",
    "release_group_id": "cc1410cb-ee0d-4a3c-a3af-8a3b9141b581",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-11-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Single released earlier this month to follow up the fantastic solo debut 'For You' from Little Dragon's Yukimi.\n\nhttps://yukimi.bandcamp.com/album/get-it-over\n--\nWatch a Live on KEXP Full Performance from April 2025 hosted by DJ Evie Stokes: https://youtu.be/vcIKn0AgtbQ?si=-Cmqnkju1nYsMO40",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}