Information about plays

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

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

{
    "id": 3544015,
    "uri": "https://api.kexp.org/v2/plays/3544015/?format=api",
    "airdate": "2025-08-24T01:17:51-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a5820c8-dbc6-34eb-97dd-401d3c421dd0/25054292616-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a5820c8-dbc6-34eb-97dd-401d3c421dd0/25054292616-250.jpg",
    "song": "Blood and Thunder",
    "track_id": null,
    "recording_id": "5fe2946e-ab9e-4271-bf80-e745fb08ccc3",
    "artist": "Mastodon",
    "artist_ids": [
        "bc5e2ad6-0a4a-4d90-b911-e9a7e6861727"
    ],
    "album": "Leviathan",
    "release_id": null,
    "release_group_id": "7902c486-f670-3336-9850-b4112079d9e6",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2004-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paying tribute to former Mastodon guitarist, Brent Hinds, who passed away on August 20th in a motorcycle accident.  Brent had recently parted ways with the band.\n\nhttps://www.mastodonrocks.com/\nhttps://www.facebook.com/Mastodon\nhttps://www.nme.com/news/music/mastodon-pay-tribute-to-brent-hinds-at-first-show-since-his-death-we-were-brothers-to-the-end-3886841",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}