Information about plays

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

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

{
    "id": 3595034,
    "uri": "https://api.kexp.org/v2/plays/3595034/?format=api",
    "airdate": "2025-12-23T19:17:33-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Subzero",
    "track_id": null,
    "recording_id": "47613b0d-dce6-4808-b5f8-6213d1a55172",
    "artist": "Nuspirit Helsinki",
    "artist_ids": [
        "a72b4f57-8282-4d57-a30d-a9e0982af5d0"
    ],
    "album": "Nuspirit Helsinki",
    "release_id": null,
    "release_group_id": "b9b559da-2a70-3312-b8b5-888f27fd2e45",
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2002-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nuspirit Helsinki is a musical collective from Finland. The group was conceived in 1998 by Tuomas Kallio and Hannu Nieminen. \"Nuspirit's musical mission is to fuse live organic instrumentation with electronic textures to produce soulful and sophisticated music that can be enjoyed on or off the dance floor.\" -discogs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}