Information about plays

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

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

{
    "id": 3572897,
    "uri": "https://api.kexp.org/v2/plays/3572897/?format=api",
    "airdate": "2025-11-02T01:58:37-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/b17ee46c-1e50-4c22-8768-b209b9e12749/29079575885-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b17ee46c-1e50-4c22-8768-b209b9e12749/29079575885-250.jpg",
    "song": "Frigid and Spellbound",
    "track_id": null,
    "recording_id": "494968f4-cac3-4fa8-9be0-a795f7057dda",
    "artist": "Spectral Wound",
    "artist_ids": [
        "48346ead-4802-41ec-84e6-c2cf191b5ab2"
    ],
    "album": "A Diabolic Thirst",
    "release_id": null,
    "release_group_id": "bdc50adf-bfe2-447c-ac0f-1cd899abed49",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2021-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1:21:56\n\nSpectral Would is currently touring Europe and will be performing at Ascension Fest in Iceland November 13th-15th.\n\nhttps://www.ascensionfestivaliceland.com/\nhttps://spectralwound.bandcamp.com/album/a-diabolic-thirst\nhttps://www.facebook.com/spectralwoundcontramundi/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}