Information about plays

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

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

{
    "id": 3599082,
    "uri": "https://api.kexp.org/v2/plays/3599082/?format=api",
    "airdate": "2026-01-02T04:20:32-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Chance",
    "track_id": null,
    "recording_id": "bb755d14-142d-45be-817c-5b8fe31bee22",
    "artist": "Zion I",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992"
    ],
    "album": "True & Livin’",
    "release_id": null,
    "release_group_id": "0b7623f1-c9a7-3752-b737-ea936f965a81",
    "labels": [
        "Gold Dust Media"
    ],
    "label_ids": [
        "f83b5547-4b7d-4ec8-9db2-1655b3df3f5f"
    ],
    "release_date": "2005-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Skid in SF",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}