Information about plays

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

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

{
    "id": 3570042,
    "uri": "https://api.kexp.org/v2/plays/3570042/?format=api",
    "airdate": "2025-10-26T01:24:27-07:00",
    "show": 64936,
    "show_uri": "https://api.kexp.org/v2/shows/64936/?format=api",
    "image_uri": "https://coverartarchive.org/release/9bcea6cd-2a49-41c5-93e0-bfd3ce46c5c0/26368672392-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9bcea6cd-2a49-41c5-93e0-bfd3ce46c5c0/26368672392-250.jpg",
    "song": "Exhale the Ash",
    "track_id": null,
    "recording_id": "3ee6c974-4bcc-469d-9e96-65440e0602fd",
    "artist": "Ulcerate",
    "artist_ids": [
        "bfe00ef8-f6f2-4810-999e-65e46b5970ab"
    ],
    "album": "Stare Into Death and Be Still",
    "release_id": null,
    "release_group_id": "26f435b7-3092-41c9-8c41-85f95c86d7b8",
    "labels": [
        "Debemur Morti Productions"
    ],
    "label_ids": [
        "3efe8ece-e58e-477f-bc49-818c0b6e8b73"
    ],
    "release_date": "2020-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ulcerate will be playing at:\n - The Cornerstone in Berkeley, CA tonight (October 26th)\n - Dante's in Portland on October 28th\n - Substation in Seattle on October 29th\n - The Rickshaw Theater in Vancouver, BC on October 30th\n\nhttps://ulcerate.bandcamp.com/music\nhttps://www.facebook.com/Ulcerate\nhttps://www.ulcerate-official.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}