Information about plays

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

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

{
    "id": 3640123,
    "uri": "https://api.kexp.org/v2/plays/3640123/?format=api",
    "airdate": "2026-04-10T02:39:09-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Forest (Day)",
    "track_id": "14ba1110-fe27-4430-8191-f783ab2f697c",
    "recording_id": "fba3fddc-b9b2-4968-a50b-04efc4db3583",
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "BIG MAMA",
    "release_id": "200e0178-ed26-434f-ad9f-6c9cb5c88f92",
    "release_group_id": "adca206c-a43d-4ff7-8a28-98a9e61ced63",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2026-03-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}