Information about plays

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

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

{
    "id": 3628307,
    "uri": "https://api.kexp.org/v2/plays/3628307/?format=api",
    "airdate": "2026-03-13T04:44:32-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Light In",
    "track_id": null,
    "recording_id": null,
    "artist": "The Blue Tide",
    "artist_ids": [],
    "album": "Plague Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-06-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's The Blue Tide is the acoustic blues collaboration of lifelong friends J.D. Lenoir (Jesse Hagopian) and Daniel Rapport.\n\nhttps://thebluetide.bandcamp.com/album/plague-blues",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}