Information about plays

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

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

{
    "id": 3581802,
    "uri": "https://api.kexp.org/v2/plays/3581802/?format=api",
    "airdate": "2025-11-23T06:20:25-08:00",
    "show": 65187,
    "show_uri": "https://api.kexp.org/v2/shows/65187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Khàron",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Buddhist Hipsters",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This week's epic blissout track is the closing tune off the new album from the veteran, influential British electronic outfit The Orb ~ https://theorb.bandcamp.com/album/buddhist-hipsters",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}