Information about plays

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

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

{
    "id": 3538201,
    "uri": "https://api.kexp.org/v2/plays/3538201/?format=api",
    "airdate": "2025-08-10T01:40:37-07:00",
    "show": 64249,
    "show_uri": "https://api.kexp.org/v2/shows/64249/?format=api",
    "image_uri": "https://coverartarchive.org/release/e41b8543-da5e-4ec0-b74c-3941269a8d68/41052412169-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e41b8543-da5e-4ec0-b74c-3941269a8d68/41052412169-250.jpg",
    "song": "Thunder Calling",
    "track_id": null,
    "recording_id": "7bb54d4e-d8a7-483b-9a20-b6cfa9df4ddb",
    "artist": "Time Rift",
    "artist_ids": [
        "19c94465-391e-4764-892c-4333d4f5d8d4"
    ],
    "album": "In Flight",
    "release_id": null,
    "release_group_id": "b5cbd820-542f-4b14-9cc0-6d0cf3dfe2d9",
    "labels": [
        "Dying Victims Productions"
    ],
    "label_ids": [],
    "release_date": "2025-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's Time Rift performed at the Soldiers of Steel fest in Seattle last weekend.  Vocalist Domino Monet also has a post punk project called Nyx Division and is the doom metal band, Hadean.  Members of Time Rift also play in Stainless and Void Realm.\n\nhttps://dyingvictimsproductions.bandcamp.com/album/in-flight\nhttps://www.facebook.com/TimeRiftBand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}