Information about plays

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

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

{
    "id": 3629805,
    "uri": "https://api.kexp.org/v2/plays/3629805/?format=api",
    "airdate": "2026-03-16T16:17:35-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ThunderWave (feat. Willow) (Azee Project Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://azeeproject.bandcamp.com/album/thundercat-feat-willow-thunderwave-azee-project-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}