Information about plays

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

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

{
    "id": 3604788,
    "uri": "https://api.kexp.org/v2/plays/3604788/?format=api",
    "airdate": "2026-01-15T19:29:28-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Full Moon",
    "track_id": null,
    "recording_id": null,
    "artist": "夢東",
    "artist_ids": [
        "570fe648-4a8a-4568-862e-a1ec4cd817fa"
    ],
    "album": "Sun Moon Darkness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ancient Move Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "夢東 (Mong Tong)  music is heavily influenced by Southeast Asian culture, including its mythology and folklore, as well as 60s and 70s psychedelic music. Their sound is characterized by hypnotic rhythms, dreamy melodies, and otherworldly atmospheres.\n--\nhttps://mongtong.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}