Information about plays

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

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

{
    "id": 3597798,
    "uri": "https://api.kexp.org/v2/plays/3597798/?format=api",
    "airdate": "2025-12-30T01:11:43-08:00",
    "show": 65512,
    "show_uri": "https://api.kexp.org/v2/shows/65512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strobe LED",
    "track_id": null,
    "recording_id": null,
    "artist": "Noah Coinflip",
    "artist_ids": [
        "7274155e-a2bd-41f3-a80c-69aac727826a"
    ],
    "album": "No Gimmicks EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of my favorite Seattle-based artists (and my local corner store clerk!) with a steady stream of quality cuts in 2025\n\nhttps://noahcoinflip.bandcamp.com/album/no-gimmicks-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}