Information about plays

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

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

{
    "id": 3575926,
    "uri": "https://api.kexp.org/v2/plays/3575926/?format=api",
    "airdate": "2025-11-09T07:37:08-08:00",
    "show": 65063,
    "show_uri": "https://api.kexp.org/v2/shows/65063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Oneohtrix Point Never",
    "artist_ids": [
        "9cea062d-d476-447f-98b4-e67e14bfd1e4"
    ],
    "album": "Tranquilizer",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Early single off the forthcoming album from Oneohtrix Point Never ~ https://oneohtrixpointnever.bandcamp.com/album/tranquilizer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}