Information about plays

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

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

{
    "id": 3606940,
    "uri": "https://api.kexp.org/v2/plays/3606940/?format=api",
    "airdate": "2026-01-20T21:34:11-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dopamine - Jamie xx Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Jamie xx, Robyn",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879",
        "5a8e07d5-d932-4484-a7f7-e700793a9c94"
    ],
    "album": "Dopamine (Jamie xx Remix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Due to Jamie xx's remix of this track, Robyn’s comeback single snagged the first Jamie xx remix in three years. The producer’s first remix since her short break follows the pair’s collaboration on the In Waves song “Life.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}