Information about plays

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

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

{
    "id": 3596825,
    "uri": "https://api.kexp.org/v2/plays/3596825/?format=api",
    "airdate": "2025-12-27T18:51:40-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daisies",
    "track_id": null,
    "recording_id": null,
    "artist": "LASKA",
    "artist_ids": [
        "1d7a997c-0858-4924-81f7-4fcc24295b2c"
    ],
    "album": "long long hallway",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from Portland band LASKA!\n\nFrom the band's website: \"LASKA’s new full length album, long long hallway (7/7/2025) is not one coherent thread, but celebrates two sides of one hallway, similar to the partnership of two minds drawing their individual experiences in pursuit of artistic expression. Recorded in Eau Claire, Wisconsin and a bedroom closet in Portland, OR, long long hallway captures both depth and intimacy.\"\n\nhttps://laska1.bandcamp.com/album/long-long-hallway",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}