Information about plays

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

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

{
    "id": 3614664,
    "uri": "https://api.kexp.org/v2/plays/3614664/?format=api",
    "airdate": "2026-02-08T00:14:34-08:00",
    "show": 65875,
    "show_uri": "https://api.kexp.org/v2/shows/65875/?format=api",
    "image_uri": "https://coverartarchive.org/release/e63ed382-e79b-4db5-ab82-d1ba1cf7a51f/35943186110-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e63ed382-e79b-4db5-ab82-d1ba1cf7a51f/35943186110-250.jpg",
    "song": "Bestial Invasion",
    "track_id": null,
    "recording_id": "94507b85-2d9a-4d79-9afb-05fcae31087e",
    "artist": "Destruction",
    "artist_ids": [
        "371f152d-1643-4b54-b32b-dd13d4c23442"
    ],
    "album": "Infernal Overkill",
    "release_id": null,
    "release_group_id": "4f8d655b-92ad-3977-a89d-349f2d267880",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "1985-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Destruction will be playing at:\n - The Roseland Theater in Portland on March 14th\n - UC Theater in Berkeley on April 10th\n - Maryland Deathfest on May 21st.\n\nhttps://destruction.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}