Information about plays

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

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

{
    "id": 3549954,
    "uri": "https://api.kexp.org/v2/plays/3549954/?format=api",
    "airdate": "2025-09-07T07:40:23-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hashish Dreams (Beatless)",
    "track_id": null,
    "recording_id": null,
    "artist": "Warriors of the Dystotheque",
    "artist_ids": [
        "958dd756-1f05-470d-a269-a1c5a944f255"
    ],
    "album": "The Chill Out Tent Vol 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "DSPPR"
    ],
    "label_ids": [
        "90fa6eb4-8d5b-4211-8f22-f545b7722f28"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Brand new compilation from Balearic and chillout label DSPPR Records that's curated by Chris Coco ~ https://dsppr.bandcamp.com/album/the-chill-out-tent-vol-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}