Information about plays

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

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

{
    "id": 3583521,
    "uri": "https://api.kexp.org/v2/plays/3583521/?format=api",
    "airdate": "2025-11-27T04:46:22-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Who Dares",
    "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": "Mark your calendars for 2026, because Brooklyn's Say She She is on tour! - San Francisco, CA, on Tuesday, Jan. 27, 2026, at August Hall - Seattle, WA, on Saturday, Jan. 31, 2026, at The Showbox www.saysheshe.com In the meantime, check out this 2022 Live on KEXP session from the band: www.youtube.com saysheshe.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}