Information about plays

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

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

{
    "id": 3640020,
    "uri": "https://api.kexp.org/v2/plays/3640020/?format=api",
    "airdate": "2026-04-09T20:02:08-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "想像 (Music Only)",
    "track_id": null,
    "recording_id": null,
    "artist": "王菲",
    "artist_ids": [
        "692e367d-2846-442d-b13d-1177c3681c65"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "王菲 (Faye Wong) is a Chinese singer-songwriter and actress. Hugely popular in Mainland China, Taiwan, Hong Kong and Singapore, she has also gained a large following in Japan. In the West she is perhaps best known for starring in Wong Kar-wai's films Chungking Express and 2046.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}