Information about plays

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

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

{
    "id": 3545073,
    "uri": "https://api.kexp.org/v2/plays/3545073/?format=api",
    "airdate": "2025-08-26T13:33:13-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Stomach",
    "track_id": null,
    "recording_id": "a4ddbe71-ce75-494c-8990-8c49af065677",
    "artist": "Tim Koh",
    "artist_ids": [
        "1c59562c-d43f-4295-a7d2-044b52048520"
    ],
    "album": "In Your Dreams",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guest musicians on 'In Your Dreams' include Chris Cohen on guitar, and drum help from Jay Watson (Tame Impala, Gum) and Josh da Costa (CMON). Adding to the family feel of the album, longtime Ariel Pink and Tim Koh collaborator Jorge Elbrecht performed mixing duties along with mastering by Heba Kadry.\n\nListen to more from the album here:\nhttps://tim-koh.bandcamp.com/album/in-your-dreams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}