Information about plays

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

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

{
    "id": 3600054,
    "uri": "https://api.kexp.org/v2/plays/3600054/?format=api",
    "airdate": "2026-01-04T07:58:14-08:00",
    "show": 65560,
    "show_uri": "https://api.kexp.org/v2/shows/65560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gown (with Oliver Coates)",
    "track_id": null,
    "recording_id": null,
    "artist": "Joanne Robertson",
    "artist_ids": [
        "daf06c03-68bc-4619-80e1-519b5fc67424"
    ],
    "album": "Blurrr",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AD 93"
    ],
    "label_ids": [],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the hypnotic 2025 solo album from British artist Joanne Robertson that was \"written in between painting sessions and also whilst raising a child\" ~ https://joannerobertson.bandcamp.com/album/blurrr",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}