Information about plays

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

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

{
    "id": 3572102,
    "uri": "https://api.kexp.org/v2/plays/3572102/?format=api",
    "airdate": "2025-10-31T05:26:17-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7b941a8-24e8-46a3-bbc6-f8447870e926/6190728784-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7b941a8-24e8-46a3-bbc6-f8447870e926/6190728784-250.jpg",
    "song": "Hard Time Killing Floor Blues",
    "track_id": null,
    "recording_id": "0901c29b-14f4-4057-a429-df342666b295",
    "artist": "Skip James",
    "artist_ids": [],
    "album": "O Brother, Where Art Thou? Music From a Film by Joel Coen & Ethan Coen",
    "release_id": null,
    "release_group_id": "6fb9820a-99cc-318f-bae4-44992f2b7ffa",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Well, ain't this place a geographical oddity. Two weeks from everywhere!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}