Information about plays

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

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

{
    "id": 3590764,
    "uri": "https://api.kexp.org/v2/plays/3590764/?format=api",
    "airdate": "2025-12-13T21:10:38-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Unabomber Used To Come And Dance At Events",
    "track_id": null,
    "recording_id": null,
    "artist": "Puppet Wipes",
    "artist_ids": [
        "5bc2e8be-bbaa-441a-8832-171a3744cf77"
    ],
    "album": "Live Inside",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Siltbreeze"
    ],
    "label_ids": [
        "c2f5fb35-0819-4870-85aa-5979565343bd"
    ],
    "release_date": "2025-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Puppet Wipes is a lo-fi art punk trio hailing from Calgary, Alberta, known for their experimental sound and spontaneous creative process. https://siltbreeze.bandcamp.com/album/puppet-wipes-live-inside\n.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}