Information about plays

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

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

{
    "id": 3538177,
    "uri": "https://api.kexp.org/v2/plays/3538177/?format=api",
    "airdate": "2025-08-10T00:05:47-07:00",
    "show": 64249,
    "show_uri": "https://api.kexp.org/v2/shows/64249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Execution Wheel",
    "track_id": null,
    "recording_id": null,
    "artist": "Hedonist",
    "artist_ids": [
        "314cdeb9-d844-4d20-a3a1-621527a77315"
    ],
    "album": "Scapulimancy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut full length album from this band out of Victoria, B.C.\n\nhttps://hedonistdeathmetal.bandcamp.com/album/sepulchral-lacerations-demo\nhttps://southernlord.bandcamp.com/merch?filter_band=1528317040",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}