Information about plays

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

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

{
    "id": 3542585,
    "uri": "https://api.kexp.org/v2/plays/3542585/?format=api",
    "airdate": "2025-08-20T18:34:36-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia803207.us.archive.org/31/items/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d-40468470684_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/31/items/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d/mbid-cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d-40468470684_thumb250.jpg",
    "song": "The Traveller",
    "track_id": "72c9c02a-156d-4ea1-90d6-633d6a8a187c",
    "recording_id": "9bd30ffe-5781-463d-9d4c-a5303a44765b",
    "artist": "Art d’Ecco",
    "artist_ids": [
        "f1d55d22-2d7a-465d-b9ff-b59cffa6b48b"
    ],
    "album": "Serene Demon",
    "release_id": "cedc7ccf-cd5f-4cdb-b7a8-d0c65b0d004d",
    "release_group_id": "d259311c-76b1-410b-8f40-1bff87c2a46b",
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vancouver, BC's Art d'Ecco will perform at Luna Fest in Revelstoke, BC - the weekend of September 19!\n\nAlso performing this year at Freakout Fest!\n\nhttps://artdeccomusic.ca/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}