Information about plays

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

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

{
    "id": 3539597,
    "uri": "https://api.kexp.org/v2/plays/3539597/?format=api",
    "airdate": "2025-08-13T12:52:15-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Far Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Sloan",
    "artist_ids": [],
    "album": "Based on the Best Seller",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yep Roc"
    ],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album comes out September 26th!\n\nhttps://sloanmusic.com\n\nWatch Sloan perform on KEXP in 2019 (hosted by Cheryl) here: https://www.youtube.com/watch?v=RxEEmnhOQHI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}