Information about plays

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

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

{
    "id": 3572453,
    "uri": "https://api.kexp.org/v2/plays/3572453/?format=api",
    "airdate": "2025-11-01T03:28:36-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc971624-5269-4417-b51e-63c49299596c/22794309656-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc971624-5269-4417-b51e-63c49299596c/22794309656-250.jpg",
    "song": "Zero Gravity",
    "track_id": null,
    "recording_id": "d0908688-f77e-4dab-bbc6-dfbd77ccd4d1",
    "artist": "Jean‐Michel Jarre & Tangerine Dream",
    "artist_ids": [
        "86e2e2ad-6d1b-44fd-9463-b6683718a1cc",
        "23d8426c-18c7-46e6-a51d-7395bd43c641"
    ],
    "album": "Electronica 1: The Time Machine",
    "release_id": null,
    "release_group_id": "8de8da72-8a8d-4933-96e9-582b559b40ed",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The oscillators, filters, and modulations of a synth can mimic breath, heartbeats, even ghostly presences",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}