Information about plays

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

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

{
    "id": 3570126,
    "uri": "https://api.kexp.org/v2/plays/3570126/?format=api",
    "airdate": "2025-10-26T06:38:02-07:00",
    "show": 64938,
    "show_uri": "https://api.kexp.org/v2/shows/64938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gilded Veins",
    "track_id": null,
    "recording_id": null,
    "artist": "Ryuuta Takaki",
    "artist_ids": [
        "2bb7f249-7aba-4f3b-aebe-d93f87f0354f"
    ],
    "album": "Jewels",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kitchen."
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new debut album from Tokyo-based composer Ryuuta Takaki ~ \nhttps://ryuuta-takaki.bandcamp.com/album/jewels",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}