Information about plays

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

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

{
    "id": 3581821,
    "uri": "https://api.kexp.org/v2/plays/3581821/?format=api",
    "airdate": "2025-11-23T07:38:10-08:00",
    "show": 65187,
    "show_uri": "https://api.kexp.org/v2/shows/65187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Step At A Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Matthias Vogt",
    "artist_ids": [],
    "album": "My Machines Sound Human",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Frank Music"
    ],
    "label_ids": [
        "ae237040-30b8-43cc-a8cd-fa2b3a3ccd1c"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Awesome new album of \"Machine music, yes, but reimagined through a deeply human lens\" from this Frankfurt-based electronic composer ~ https://matthiasvogt.bandcamp.com/album/my-machines-sound-human",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}