Information about plays

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

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

{
    "id": 3623294,
    "uri": "https://api.kexp.org/v2/plays/3623294/?format=api",
    "airdate": "2026-02-28T03:51:07-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anywave",
    "track_id": "3b64dac9-1970-4e7d-b4e5-d38768052875",
    "recording_id": "586e8b82-83cc-405a-8a19-905c16ba264c",
    "artist": "Lala Lala",
    "artist_ids": [
        "d8e66d18-35e5-4e00-964f-5e8218e5870b"
    ],
    "album": "Heaven 2",
    "release_id": "4a47e071-cb97-40ea-b926-c2bddaf7bf34",
    "release_group_id": "c8f7e9d2-046c-40c5-9107-c66fe04b1349",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-02-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle Show: Mar 18 @ Baba Yaga\nBay Area Show: Mar 20 @ Cafe du Nord",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}