Information about plays

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

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

{
    "id": 3576954,
    "uri": "https://api.kexp.org/v2/plays/3576954/?format=api",
    "airdate": "2025-11-11T20:17:55-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chaand",
    "track_id": null,
    "recording_id": null,
    "artist": "Shashwat Bulusu",
    "artist_ids": [
        "6e2f8153-cc99-4b9a-a6c0-c6ccbb19660f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shashwat Bulusu"
    ],
    "label_ids": [],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shashwat has been turning heads with his trademark non-conforming approach toward songwriting. His unapologetic DIY experimentation combined with a penchant for finding riveting melodies truly makes him one of a kind. \n\nHe uses all sorts of unalike instrumentations, dreamt harp mixed with electric guitar, airy vocals mixed with a driving bass.\n\nhttps://shashwatbulusu.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}