Information about plays

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

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

{
    "id": 3542176,
    "uri": "https://api.kexp.org/v2/plays/3542176/?format=api",
    "airdate": "2025-08-19T19:14:49-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c8d4e2c-65e9-4e1f-b094-8ec7f6bc83f9/1097980067-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c8d4e2c-65e9-4e1f-b094-8ec7f6bc83f9/1097980067-250.jpg",
    "song": "Tomorrow Never Knows (radio mix)",
    "track_id": null,
    "recording_id": "bf82285e-ae26-49f6-9382-2e7a5fcbc3c1",
    "artist": "Studio Pagol",
    "artist_ids": [
        "6c2b75cc-897e-4ba3-8a40-431b3a3c0226"
    ],
    "album": "Indo Mania",
    "release_id": null,
    "release_group_id": "80ad86fb-938e-3b1b-89c9-bfb63ba8f30c",
    "labels": [
        "naïve"
    ],
    "label_ids": [
        "3c6b98c7-407e-498e-ab8c-adf891ab0d38"
    ],
    "release_date": "2004-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Studio Pagol, the Belgian musical collective, orchestrates a global dialogue, melding virtuosos from Bangladesh, Tanger, Haiti, Vietnam, Belgium-Morocco, Ethiopia, and beyond.\n\nhttps://www.igloorecords.be/artist/studio-pagol/?lang=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}