Information about plays

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

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

{
    "id": 3588161,
    "uri": "https://api.kexp.org/v2/plays/3588161/?format=api",
    "airdate": "2025-12-07T17:01:45-08:00",
    "show": 65315,
    "show_uri": "https://api.kexp.org/v2/shows/65315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In interview with Eilon Paz",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eilon Paz is a professional photographer and the founder of the popular vinyl-collecting website Dust and Grooves.  \n\nHis most recent work is Dust & Grooves Vol. 2: Further Adventures in Record Collecting, the ultimate coffee table book for vinyl lovers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}