Information about plays

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

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

{
    "id": 3599965,
    "uri": "https://api.kexp.org/v2/plays/3599965/?format=api",
    "airdate": "2026-01-04T02:44:38-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Awkward Backward",
    "track_id": "2ba556fc-39ad-47b7-8f4b-4c3ef6cccff2",
    "recording_id": "420eaa43-cc3c-4e09-a954-cc82bc1df0d7",
    "artist": "Twin Shadow",
    "artist_ids": [
        "8d831383-b22b-4237-8059-12bee111e4b6"
    ],
    "album": "Cadet",
    "release_id": "67e5f46b-2a17-4369-a7f1-2a47d58f0f68",
    "release_group_id": "f0168007-edf8-49d8-822d-56e8ce56d22a",
    "labels": [
        "Cheree Cheree"
    ],
    "label_ids": [
        "81314aef-1791-450e-b258-c725bea2bbe9"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}