Information about plays

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

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

{
    "id": 3649596,
    "uri": "https://api.kexp.org/v2/plays/3649596/?format=api",
    "airdate": "2026-05-02T16:08:06-07:00",
    "show": 66611,
    "show_uri": "https://api.kexp.org/v2/shows/66611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "XY / Left for USA",
    "track_id": null,
    "recording_id": null,
    "artist": "Feng",
    "artist_ids": [
        "f4428f61-f681-42b6-93c3-5f898e045c3d"
    ],
    "album": "What the Feng",
    "release_id": null,
    "release_group_id": "712fa529-b7ff-4502-8b85-2ef084a32ec1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2025 stuff out of the UK -- https://soundcloud.com/fengeveryday/sets/what-the-feng",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}