Information about plays

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

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

{
    "id": 3589887,
    "uri": "https://api.kexp.org/v2/plays/3589887/?format=api",
    "airdate": "2025-12-11T21:06:08-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hua Yang De Nian Hua (花樣的年華)",
    "track_id": null,
    "recording_id": null,
    "artist": "Zhou Xuan",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In The Mood For Love\"\n--\nZhou Xiaohong, known professionally as Zhou Xuan, also romanized as Chow Hsuan, was a Chinese singer and film actress. By the 1940s, she had become one of China's Seven Great Singing Stars. Nicknamed the \"Golden Voice\", she was the best known of the seven, and had a concurrent movie career until 1954.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}