Information about plays

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

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

{
    "id": 3621360,
    "uri": "https://api.kexp.org/v2/plays/3621360/?format=api",
    "airdate": "2026-02-23T17:12:00-08:00",
    "show": 66013,
    "show_uri": "https://api.kexp.org/v2/shows/66013/?format=api",
    "image_uri": "https://coverartarchive.org/release/ae6389a7-cd8c-3e62-8db1-1b9a9e6e27b9/4394479901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ae6389a7-cd8c-3e62-8db1-1b9a9e6e27b9/4394479901-250.jpg",
    "song": "Damn",
    "track_id": null,
    "recording_id": "946e5c31-d100-4d8f-9a23-a7fe11d9d92d",
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "In a Space Outta Sound",
    "release_id": null,
    "release_group_id": "2ea9fdb4-e78d-3c56-8a18-3a8c44ebed86",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Herbert Evelyn, better known by his stage name Nightmares on Wax or DJ E.A.S.E., is an English DJ and record producer from Leeds. Nightmares on Wax was originally a group consisting of Evelyn and John Halnon, and then later with Kevin Harper.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}