Information about plays

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

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

{
    "id": 3529113,
    "uri": "https://api.kexp.org/v2/plays/3529113/?format=api",
    "airdate": "2025-07-19T18:57:48-07:00",
    "show": 64059,
    "show_uri": "https://api.kexp.org/v2/shows/64059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "to see you go",
    "track_id": null,
    "recording_id": null,
    "artist": "Herr God",
    "artist_ids": [],
    "album": "to see you go",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from Portland slowcore act Herr God! So lovely!\n\nhttps://herrgod.bandcamp.com/album/to-see-you-go-cocaine-death-dream",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}