Information about plays

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

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

{
    "id": 3586572,
    "uri": "https://api.kexp.org/v2/plays/3586572/?format=api",
    "airdate": "2025-12-04T04:48:36-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chapters",
    "track_id": null,
    "recording_id": null,
    "artist": "Say She She",
    "artist_ids": [
        "64dad611-8ada-4696-ac5f-ecb8bf73d51b"
    ],
    "album": "Cut & Rewind",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2026 tour dates! Playing Jan 27 at August Hall in SF and Jan 31 at Showbox at the Market in Seattle. saysheshe.bandcamp.com Say She She performed live in the KEXP studio in 2022!: www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}