Information about plays

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

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

{
    "id": 3544016,
    "uri": "https://api.kexp.org/v2/plays/3544016/?format=api",
    "airdate": "2025-08-24T01:21:40-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f3add3b-308c-47f0-a031-8f16014841f9/10723731154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f3add3b-308c-47f0-a031-8f16014841f9/10723731154-250.jpg",
    "song": "Carcosa",
    "track_id": null,
    "recording_id": "73ea732a-04c1-4410-8c7a-99193548453a",
    "artist": "High on Fire",
    "artist_ids": [
        "720249d5-62c5-4679-8ead-dcda3329d6e7"
    ],
    "album": "Luminiferous",
    "release_id": null,
    "release_group_id": "674c78f0-b426-43df-974d-f2968d6ffeea",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2015-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Christine in SF\n\nHigh on Fire will be performing at The Pearl in Vancouver, BC with Charger on September 17th.\n\nThey recently took to social media to pay tribute to Brent Hinds.  RIP\n\nhttps://highonfire.bandcamp.com/album/cometh-the-storm\nhttps://www.facebook.com/highonfire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}