Information about plays

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

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

{
    "id": 3541006,
    "uri": "https://api.kexp.org/v2/plays/3541006/?format=api",
    "airdate": "2025-08-17T00:10:21-07:00",
    "show": 64311,
    "show_uri": "https://api.kexp.org/v2/shows/64311/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad5dafe4-74cd-4ca8-80f7-4b93f262b1e3/41322628391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad5dafe4-74cd-4ca8-80f7-4b93f262b1e3/41322628391-250.jpg",
    "song": "Tavastland",
    "track_id": null,
    "recording_id": "a3d350bc-0867-4ba7-9750-fbb897fdbfc8",
    "artist": "Havukruunu",
    "artist_ids": [
        "7f297ac5-95ee-40f2-8854-1fc8117bd4f4"
    ],
    "album": "Tavastland",
    "release_id": null,
    "release_group_id": "ab286adf-b4d1-4d07-95bf-71f07777e526",
    "labels": [
        "Svart Records"
    ],
    "label_ids": [
        "af3204cc-0abf-41b6-9766-ae67fc8f9014"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Havukruunu has joined the lineup for MDF 2026 along with Death Angel, Destruction, The Crown, and many more.  It will be from May 21st - 24th.\n\nhttps://havukruunu.bandcamp.com/\nhttps://www.songkick.com/festivals/3733308-maryland-deathfest-xxi/id/42627192-maryland-deathfest-xxi-2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}