Information about plays

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

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

{
    "id": 3581717,
    "uri": "https://api.kexp.org/v2/plays/3581717/?format=api",
    "airdate": "2025-11-23T00:53:53-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sanctuary of Souls",
    "track_id": null,
    "recording_id": "bd5edad5-a168-4137-b87b-d63151c6a4b6",
    "artist": "Blood Oath",
    "artist_ids": [
        "f0fc4fac-e45a-4ce9-b47f-bf8ab3a07200"
    ],
    "album": "Lost in an Eternal Silence",
    "release_id": null,
    "release_group_id": "55faccfc-e260-4697-94e1-57a30fd5c4bb",
    "labels": [
        "Caligari Records"
    ],
    "label_ids": [
        "446e885d-1ed6-495d-a3f9-b63629b7d71f"
    ],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lost in an Eternal Silence made Mac's Top 10 Albums of 2023.\n\nBlood Oath just announced a four way split with Sepulcrum, Nigromancia, and Phantom, released just yesterday on Chaos Records!\n\nhttps://bloodoath.bandcamp.com/album/lost-in-an-eternal-silence\nhttps://www.facebook.com/BloodOathChile",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}