Information about plays

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

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

{
    "id": 3592796,
    "uri": "https://api.kexp.org/v2/plays/3592796/?format=api",
    "airdate": "2025-12-18T19:58:17-08:00",
    "show": 65413,
    "show_uri": "https://api.kexp.org/v2/shows/65413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "转了个身 (Turn Around)",
    "track_id": null,
    "recording_id": null,
    "artist": "张醒婵 (zhang xingchan)",
    "artist_ids": [],
    "album": "No, Now!",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wuhan based 张醒婵 (zhang xingchan) also known as \"Nono\" is taking over the indie scene in China with bold experimental sounds and raw lyrics. We can't wait to hear what 2026 will bring for this new artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}