Information about plays

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

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

{
    "id": 3608731,
    "uri": "https://api.kexp.org/v2/plays/3608731/?format=api",
    "airdate": "2026-01-24T23:10:09-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Money",
    "track_id": null,
    "recording_id": null,
    "artist": "Sex Mex",
    "artist_ids": [],
    "album": "Down In The Dump Trunks",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Candy-O"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Antonio's Sex Mex is touring and will be playing at:\n -Bottom of the Hill in SF on March 29th\n - Thee Stork Club in Oakland on March 30th\n - Le Voyeur in Olympia on April 1st\n - Clock-Out Lounge in Seattle on April 3rd\n\nhttps://www.songkick.com/artists/10178628-sex-mex/calendar\nhttps://sexmexsux.com/\nhttps://sexmexsux.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}