Information about plays

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

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

{
    "id": 3630763,
    "uri": "https://api.kexp.org/v2/plays/3630763/?format=api",
    "airdate": "2026-03-18T21:17:08-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffc9d537-e408-4f93-8c0c-973d87a5838b/9277820263-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffc9d537-e408-4f93-8c0c-973d87a5838b/9277820263-250.jpg",
    "song": "Velvet Sunsets",
    "track_id": null,
    "recording_id": "4b0786b9-c445-46d9-9b07-f350064d68c1",
    "artist": "Music Emporium",
    "artist_ids": [
        "5d5cda09-127b-4b56-a975-f77ce9030267"
    ],
    "album": "Music Emporium",
    "release_id": null,
    "release_group_id": "aff1c561-1bce-3ff0-9961-718057b747ab",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'LA's short-lived Music Emporium released one stupidly rare LP in 1969, now exalted by hardcore psych collectors for its odd, alchemical mix of blistering guitar fuzz, wispy, perfumed melodies, throbbing keyboards, and deeply mystic Buddhist chants. One of the most astonishingly original units of the era, the conservatory-trained Music Emporium is a supermarket full of truly brain-bending sounds.'\n\nhttps://musicemporium.bandcamp.com/track/velvet-sunsets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}