Information about plays

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

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

{
    "id": 3629834,
    "uri": "https://api.kexp.org/v2/plays/3629834/?format=api",
    "airdate": "2026-03-16T18:31:45-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ocean Beach (Cybophonia Cinematic remix)",
    "track_id": null,
    "recording_id": "f1d90b2c-516d-449a-aa80-ce6e2c8fa353",
    "artist": "The Black Mighty Orchestra",
    "artist_ids": [
        "14444346-dd79-4fd2-9361-ac927ce39348"
    ],
    "album": "Monte Carlo Nights: Nouveau Beat, Volume 3",
    "release_id": null,
    "release_group_id": "0924b818-bd00-3581-bade-421c141ef654",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://cybophonia.bandcamp.com/track/ocean-beach-by-black-mighty-orchestra-cybophonia-cinematic-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}