Information about plays

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

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

{
    "id": 3614661,
    "uri": "https://api.kexp.org/v2/plays/3614661/?format=api",
    "airdate": "2026-02-08T00:01:34-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "https://coverartarchive.org/release/667a944f-c5f2-4b82-9466-1484a9385a56/26664705466-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/667a944f-c5f2-4b82-9466-1484a9385a56/26664705466-250.jpg",
    "song": "Rush of Power",
    "track_id": null,
    "recording_id": "09ab4533-b5db-437c-b86f-1e4072278555",
    "artist": "Iron Angel",
    "artist_ids": [
        "feee7be1-7a57-4698-858e-e2d63472cd74"
    ],
    "album": "Hellish Crossfire",
    "release_id": null,
    "release_group_id": "e78d433f-b094-480b-b02c-ba8dc2a3cfe3",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Wittke and Günther Moritz, who had temporarily replaced Thorsten Lohmann on Iron Angel's Germany tour with King Diamond in 1986, later founded Roots.\n\nVocalist, Dirk Schröder passed away last year, RIP\n\nhttps://www.facebook.com/IronAngel.hh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}