Information about plays

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

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

{
    "id": 3581827,
    "uri": "https://api.kexp.org/v2/plays/3581827/?format=api",
    "airdate": "2025-11-23T07:56:44-08:00",
    "show": 65187,
    "show_uri": "https://api.kexp.org/v2/shows/65187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Key Of Rain (feat. Amor Reluciente)",
    "track_id": null,
    "recording_id": null,
    "artist": "Foam and Sand",
    "artist_ids": [],
    "album": "Allow",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Trees and Cyborgs"
    ],
    "label_ids": [],
    "release_date": "2025-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a 2024 album from LA-based German musician Foam and Sand (aka Robot Koch) that was just made available on his Bandcamp page ~ https://foamandsand.bandcamp.com/album/allow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}