Information about plays

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

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

{
    "id": 3608719,
    "uri": "https://api.kexp.org/v2/plays/3608719/?format=api",
    "airdate": "2026-01-24T22:41:44-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Want For Christmas Is A Guillotine",
    "track_id": null,
    "recording_id": null,
    "artist": "Kids on Fire",
    "artist_ids": [
        "de660d18-0167-4313-8a7f-269311dec405"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2025-12-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Kids on Fire dropped this single on Christmas Eve last year.  Merry Christmas to us!\n\nThey will be playing with Crazy and the Brain at The Funhouse in Seattle on March 7th.\n\nhttps://kidsonfireseattle.bandcamp.com/\nhttps://www.facebook.com/kidsonfirepnw/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}