Information about plays

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

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

{
    "id": 3601151,
    "uri": "https://api.kexp.org/v2/plays/3601151/?format=api",
    "airdate": "2026-01-06T21:14:49-08:00",
    "show": 65582,
    "show_uri": "https://api.kexp.org/v2/shows/65582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Traffic",
    "track_id": null,
    "recording_id": null,
    "artist": "Debbie Gaskin",
    "artist_ids": [],
    "album": "DEBBIE GASKIN & ETERNAL LOVE COMBO",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Local Dish"
    ],
    "label_ids": [
        "8745f698-5d05-428a-95db-54ebe9cf5e63"
    ],
    "release_date": "2025-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first full length LP from Debbie Gaskin, chronicling her work recorded with Local Dish during her time in Toronto.\n\nDeborah Gaskin was born in Bridgetown, Barbados; during her youth she absorbed the vibrant soul, reggae, calypso and spouge (a style indigenous to Barbados, popular in the early-mid 70s) being recorded on the island at that time.\n\nhttps://localdish.bandcamp.com/album/debbie-gaskin-eternal-love-combo-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}