Information about plays

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

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

{
    "id": 3601159,
    "uri": "https://api.kexp.org/v2/plays/3601159/?format=api",
    "airdate": "2026-01-06T21:38:19-08:00",
    "show": 65582,
    "show_uri": "https://api.kexp.org/v2/shows/65582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song of the Sleeping Forest",
    "track_id": null,
    "recording_id": "1ea78ccb-4bc6-4903-b33e-c25539834dad",
    "artist": "Susumu Yokota",
    "artist_ids": [
        "7b05d6fe-91e8-4cb9-a401-2a13b1578716"
    ],
    "album": "Symbol",
    "release_id": null,
    "release_group_id": "45e8cbab-29b3-3e69-9f1a-d58652bce141",
    "labels": [
        "Lo Recordings"
    ],
    "label_ids": [
        "0d3780c3-46e4-4b80-805d-e5676baf3726"
    ],
    "release_date": "2004-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}