Information about plays

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

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

{
    "id": 3570038,
    "uri": "https://api.kexp.org/v2/plays/3570038/?format=api",
    "airdate": "2025-10-26T01:05:59-07:00",
    "show": 64936,
    "show_uri": "https://api.kexp.org/v2/shows/64936/?format=api",
    "image_uri": "https://coverartarchive.org/release/80d9034d-203f-4465-8244-094cf7465e4f/42340359754-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80d9034d-203f-4465-8244-094cf7465e4f/42340359754-250.jpg",
    "song": "A Grain of Truth (Nivellen's Waltz)",
    "track_id": null,
    "recording_id": "c139c83c-f7e9-418f-849f-9ea940b78a4c",
    "artist": "Hekseblad",
    "artist_ids": [
        "fcfa690d-ac6e-4c25-aea3-e16a50d2c622"
    ],
    "album": "Kaer Morhen",
    "release_id": null,
    "release_group_id": "5a9c52fe-e6c7-424f-ac60-4c4b71b9e252",
    "labels": [
        "Hypnotic Dirge Records"
    ],
    "label_ids": [
        "65f0cfaa-1152-46b5-8831-9642e3313b06"
    ],
    "release_date": "2024-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duo out of Michigan who are also in Agarthan Key and Frog Mallet.\n\nhttps://heksebladusbm.bandcamp.com/album/kaer-morhen\nhttps://www.facebook.com/heksebladusbm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}