Information about plays

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

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

{
    "id": 3598765,
    "uri": "https://api.kexp.org/v2/plays/3598765/?format=api",
    "airdate": "2026-01-01T09:31:36-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Musica",
    "track_id": "32032bd7-04bc-4cdb-bb49-256a2cec17fd",
    "recording_id": "7d9b0cd2-254c-4ca9-b94b-5aa404827040",
    "artist": "Mildlife",
    "artist_ids": [
        "2b3357cb-cf2d-42f7-ab73-78bf0121fc56"
    ],
    "album": "Chorus",
    "release_id": "9b3bbca0-35e5-4f4d-af0a-80627e937eea",
    "release_group_id": "c9517cd0-e13d-4305-9e38-67b2f804a0f1",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2024-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The centrepiece to Chorus, ‘Musica’ was built on hours of improvisation, touring and studio time, honed over 100-plus shows across 23 different countries in the past year alone; at the end of each night, the band would dedicate space in their legendary extended encores to lengthy improvisational passages, out of this ‘Musica’ eventually coalescing from nebula to its fully recorded, synth-starred glory.\nListen to and read more here:\nhttps://mildlife.bandcamp.com/album/chorus",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}