Information about plays

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

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

{
    "id": 3549936,
    "uri": "https://api.kexp.org/v2/plays/3549936/?format=api",
    "airdate": "2025-09-07T06:36:11-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "breath of air",
    "track_id": null,
    "recording_id": null,
    "artist": "Shingo Mimura",
    "artist_ids": [
        "3a51e5a9-9525-4523-9a35-1a50e107b2aa"
    ],
    "album": "dwarves in forest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "neuf"
    ],
    "label_ids": [
        "01f729fa-f0a1-42a5-84ea-d64e2a4f6f9c"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new solo album from Japanese artist Shingo Mimura captures \"Music where the forest's very breath becomes visible.\" ~ \nhttps://neuflabel.bandcamp.com/album/dwarves-in-forest",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}