Information about plays

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

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

{
    "id": 3586276,
    "uri": "https://api.kexp.org/v2/plays/3586276/?format=api",
    "airdate": "2025-12-03T12:06:41-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twilight Override",
    "track_id": "93baba07-b2ff-470b-9a4c-a56405d71009",
    "recording_id": "e3b0d6fa-eadc-4ba6-8866-0450820fc554",
    "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 played the Yule Benefit last night with Mavis Staples and has an upcoming show in Seattle at the Moore Theater on April 2nd, 2026. Pre-sale starts tomorrow.\n\nhttps://wilcoworld.net/shows/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}