Information about plays

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

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

{
    "id": 3574842,
    "uri": "https://api.kexp.org/v2/plays/3574842/?format=api",
    "airdate": "2025-11-06T19:49:22-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doubtful Sins",
    "track_id": null,
    "recording_id": null,
    "artist": "H3F",
    "artist_ids": [],
    "album": "Live at Zandarifest 2025",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "H3F, Thai soul and funk phenoms share their entire live performance at this years Zandarifest, taking place in the Hongdae neighborhood of Seoul. Never before played on air, 'Doubtful Sins' is the newest track off of their anticipated album!\n\nhttps://www.instagram.com/official.h3f",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}