Information about plays

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

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

{
    "id": 3525538,
    "uri": "https://api.kexp.org/v2/plays/3525538/?format=api",
    "airdate": "2025-07-11T11:32:33-07:00",
    "show": 63982,
    "show_uri": "https://api.kexp.org/v2/shows/63982/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brown Eyed Girl",
    "track_id": "6fc2248c-b1fc-4a76-8a06-1bff44ca7e80",
    "recording_id": "4f7c030b-b809-43ff-bd51-a35c7f9a32ce",
    "artist": "Crop Circles",
    "artist_ids": [
        "ad5735dd-78f0-4dd4-ad29-29636dbceac2"
    ],
    "album": "Crop Circles Sing the Songs of Stinky Doolittle",
    "release_id": "2131515a-7b36-48cd-8d89-80e10030c43f",
    "release_group_id": "c934187f-0b03-4c78-ab51-4751f8ce608d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"In addition to [Earl] Brooks on acoustic guitar and vocals, the band includes Mike Birenbaum on keyboards, Lauren Deknatel on bass, Sean Sippel on drums, Arttu Tolonen on electric guitar, and Carolyn Wennblom on dual vocals.\"\n\nCheck out this profile of Seattle band Crop Circles from 1995!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}