Information about plays

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

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

{
    "id": 3544004,
    "uri": "https://api.kexp.org/v2/plays/3544004/?format=api",
    "airdate": "2025-08-24T00:26:42-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5855dc4-79bb-48dd-bb28-624e70c3479b/11443152723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5855dc4-79bb-48dd-bb28-624e70c3479b/11443152723-250.jpg",
    "song": "Two Urns",
    "track_id": null,
    "recording_id": "66206455-3ad8-40e4-a0c3-8dfb57d5dc97",
    "artist": "Windhand",
    "artist_ids": [
        "17bdc2bd-dcec-4267-aa4c-87238f763066"
    ],
    "album": "Grief's Infernal Flower",
    "release_id": null,
    "release_group_id": "f1bc0698-1025-4e97-b007-b51241308a86",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2015-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Windhand will be putting on a sold out show the Clock-Out Lounge in Seattle tonight with Dark Meditation and Exulansis.\n\nhttps://clockoutlounge.com/tm-attraction/windhand/\nhttps://windhand.bandcamp.com/\nhttps://www.facebook.com/WindhandVA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}