Information about plays

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

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

{
    "id": 3576959,
    "uri": "https://api.kexp.org/v2/plays/3576959/?format=api",
    "airdate": "2025-11-11T20:38:09-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nar",
    "track_id": null,
    "recording_id": null,
    "artist": "Nour Harkati",
    "artist_ids": [
        "0e8bbf8f-cc8a-472b-9443-a5b447fd77ff"
    ],
    "album": "Moulena",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tunisian-born, Brooklyn-based singer-songwriter Nour Harkati crafts a sound as fluid as his journey—melding the warmth of the Mediterranean, the pulse of the desert, and the soul of a traveler.\n\nCheck him out live in Seattle on November 15th at the Clock-out Lounge. He'll also be playing down the West Coast all the way to LA throughout November, more info on tour dates below!\n\nhttps://nourharkati.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}