Information about plays

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

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

{
    "id": 3540383,
    "uri": "https://api.kexp.org/v2/plays/3540383/?format=api",
    "airdate": "2025-08-15T12:44:59-07:00",
    "show": 64294,
    "show_uri": "https://api.kexp.org/v2/shows/64294/?format=api",
    "image_uri": "https://ia601405.us.archive.org/29/items/mbid-a904d1ad-1581-436f-87c0-4639523fac92/mbid-a904d1ad-1581-436f-87c0-4639523fac92-42704474454_thumb500.jpg",
    "thumbnail_uri": "https://ia601405.us.archive.org/29/items/mbid-a904d1ad-1581-436f-87c0-4639523fac92/mbid-a904d1ad-1581-436f-87c0-4639523fac92-42704474454_thumb250.jpg",
    "song": "Darcie",
    "track_id": "bf01f416-8155-4fc6-9fc3-d902cabe2a76",
    "recording_id": "5bd2ba7f-f56b-42c7-8ac8-b76851dc2afe",
    "artist": "Anamanaguchi",
    "artist_ids": [
        "e4d7cfe5-0bed-46cf-acad-ab9a4dcb7aa6"
    ],
    "album": "Anyway",
    "release_id": "a904d1ad-1581-436f-87c0-4639523fac92",
    "release_group_id": "60696212-ec12-471a-b0ac-623c5827bbca",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anamanaguchi is playing on the west coast soon:\n\n-Seattle on September 4th at The Crocodile\n\n- San Francisco on September 10th at August Hall\n\nTheir new album, Anyway, came out just last Friday! \nhttps://anamanaguchi.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}