Information about plays

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

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

{
    "id": 3629044,
    "uri": "https://api.kexp.org/v2/plays/3629044/?format=api",
    "airdate": "2026-03-14T23:55:08-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/5400ffc3-8749-47fb-b130-8c174f759920/40736399874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5400ffc3-8749-47fb-b130-8c174f759920/40736399874-250.jpg",
    "song": "Kill the Light",
    "track_id": null,
    "recording_id": "736efa04-056d-4b5a-80ed-de2381528d68",
    "artist": "Paranoid",
    "artist_ids": [
        "575c5c46-6f3b-4bd0-9c58-57f9b2a6e13f"
    ],
    "album": "MMXXII",
    "release_id": null,
    "release_group_id": "5cd67a24-ed7f-4a00-8ea4-9b4ad2dbab00",
    "labels": [
        "Paranoid Northern Discs"
    ],
    "label_ids": [
        "e1dfe7c8-bfd5-4d62-bf7e-7530a6018528"
    ],
    "release_date": "2024-12-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Previously only released on the digital format in the year 2022 as they became available and then via a series of 7\"s on the Paranoid Northern Discs until Beach Impediment released it on vinyl last year.\n\nhttps://beachimpedimentrecords.bandcamp.com/album/mmxxii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}