Information about plays

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

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

{
    "id": 3575107,
    "uri": "https://api.kexp.org/v2/plays/3575107/?format=api",
    "airdate": "2025-11-07T12:02:54-08:00",
    "show": 65045,
    "show_uri": "https://api.kexp.org/v2/shows/65045/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Western Clear Skies",
    "track_id": "839f146c-20ec-4585-84c4-6f7bd876a06b",
    "recording_id": "38239a3b-e805-4a77-8dad-84a0f3fda577",
    "artist": "Jeff Tweedy",
    "artist_ids": [
        "63287966-6021-474a-ba76-edc37a5f1b7c"
    ],
    "album": "Twilight Override",
    "release_id": "d114555a-416c-467c-9a36-8d54bf198968",
    "release_group_id": "ad8aa827-01fb-4d2e-bc74-c8ace754ed1c",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Tweedy and Mavis Staples will perform at KEXP's Yule Benefit on Tuesday, December 2nd at McCaw Hall in Seattle! Proceeds benefit KEXP and tickets are on sale now! \n\nhttps://www.kexp.org/events/kexp-events/yule-benefit-2025/\n\nJeff Tweedy released his new triple solo album, Twilight Override, in September. https://jefftweedy.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}