Information about plays

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

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

{
    "id": 3572714,
    "uri": "https://api.kexp.org/v2/plays/3572714/?format=api",
    "airdate": "2025-11-01T18:48:58-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f260d10-ed65-4760-8a34-7fe61a3e96e3/14777882802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f260d10-ed65-4760-8a34-7fe61a3e96e3/14777882802-250.jpg",
    "song": "Voodoo Trust",
    "track_id": null,
    "recording_id": "fbce4161-824a-4fae-a099-f0c601012a75",
    "artist": "Naomi Punk",
    "artist_ids": [
        "168bfd5f-f642-4cf6-9933-540ee2d969e3"
    ],
    "album": "The Feeling",
    "release_id": null,
    "release_group_id": "4e53e58f-0a82-4de1-8e17-2cf4afc50a0f",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2012-04-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this 2014 throwback of Oly-based minimalist post-punk trio Naomi Punk performing live on KEXP: https://www.kexp.org/watch/naomi-punk-full-performance-live-on-kexp/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}