Information about plays

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

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

{
    "id": 3593871,
    "uri": "https://api.kexp.org/v2/plays/3593871/?format=api",
    "airdate": "2025-12-21T06:49:30-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Earth Loop",
    "track_id": null,
    "recording_id": null,
    "artist": "Florian T M Zeisig",
    "artist_ids": [],
    "album": "A New LIfe",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stroom"
    ],
    "label_ids": [],
    "release_date": "2025-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Short piece off a sublime recent album from Berlin-based artist Florian T M Zeisig :: \"A New Life is not an album. It does not belong to a ‘genre.’ Not aesthetic, not ironic, not for consumption. Not intellectual—it is felt.\" ~ https://stroomtv.bandcamp.com/album/a-new-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}