Information about plays

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

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

{
    "id": 3603807,
    "uri": "https://api.kexp.org/v2/plays/3603807/?format=api",
    "airdate": "2026-01-13T10:39:24-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocks",
    "track_id": null,
    "recording_id": null,
    "artist": "Dry Cleaning",
    "artist_ids": [
        "8a74e5ea-6f68-49e1-951c-80d2291f7c3f"
    ],
    "album": "Secret Love",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2026-01-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dry Cleaning will be at Seattle's Showbox on Monday, May 18th and in SF at The Fillmore on Wednesday, May 20th.\n--\n\"No need for life story, no need for haircut\nA blob for America\nA blob...\"  Here's what Florence Shaw is saying: https://www.azlyrics.com/lyrics/drycleaning/rocks.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}