Information about plays

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

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

{
    "id": 3548557,
    "uri": "https://api.kexp.org/v2/plays/3548557/?format=api",
    "airdate": "2025-09-03T20:01:32-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/e11564ef-24c0-4e0c-9f05-afde297284da/39696106836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e11564ef-24c0-4e0c-9f05-afde297284da/39696106836-250.jpg",
    "song": "Omnipresence",
    "track_id": null,
    "recording_id": "710870a7-e033-479e-a41f-5d017a6d6db6",
    "artist": "delving",
    "artist_ids": [
        "bdcdd690-cabd-422e-ad6e-abd47f78171c"
    ],
    "album": "All Paths Diverge",
    "release_id": null,
    "release_group_id": "e776a195-3ab0-4440-b24e-5e3c3ca7fa19",
    "labels": [
        "Blues Funeral Recordings"
    ],
    "label_ids": [
        "e04ef739-ed42-4a8e-8c69-707f9bbe336d"
    ],
    "release_date": "2024-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“All Paths Diverge” is delving’s second full-length and was composed - unlike its pandemic predecessor - in between time on tour and in studio with Elder. Culled once more from an ever expanding songbook of ideas, the album’s seven lengthy tracks are a snapshot of DiSalvo’s current musical interests and love of sound exploration and remain evasive of genre confines.\n\nhttps://delving-music.bandcamp.com/album/all-paths-diverge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}