Information about plays

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

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

{
    "id": 3617773,
    "uri": "https://api.kexp.org/v2/plays/3617773/?format=api",
    "airdate": "2026-02-15T08:53:22-08:00",
    "show": 65939,
    "show_uri": "https://api.kexp.org/v2/shows/65939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Things Have Changed",
    "track_id": null,
    "recording_id": null,
    "artist": "Ernie Francestine",
    "artist_ids": [
        "c2bb8701-b33e-4c8f-9b73-9e711d07e12c"
    ],
    "album": "The Perilous Fight – Vol. 1: Justice for All",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Seawind of Battery/Centripetal Force"
    ],
    "label_ids": [],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pittsburgh-based guitarist and multi-instrumentalist Ernie Francestine's contribution to a stacked charity compilation curated by Seawind of Battery and Centripetal Force with all proceeds donated directly to the National Immigrant Justice Center ~ https://seawindofbattery.bandcamp.com/album/the-perilous-fight-vol-1-justice-for-all",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}