Information about plays

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

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

{
    "id": 3598482,
    "uri": "https://api.kexp.org/v2/plays/3598482/?format=api",
    "airdate": "2025-12-31T15:00:11-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Il est vraiment phénoménal (Adam edit mix)",
    "track_id": null,
    "recording_id": "82ae61d2-17f9-45e8-9419-30996aa3b938",
    "artist": "Phénoménal Club",
    "artist_ids": [
        "c497818b-f838-4b01-9d5c-5c86e7bfc42f"
    ],
    "album": "Il est vraiment phénoménal",
    "release_id": null,
    "release_group_id": "7e3f98a2-1a16-33f2-a170-bb0682ebfaee",
    "labels": [
        "Versailles"
    ],
    "label_ids": [
        "f37d9733-5a97-4d56-9628-d33280632e90"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bonne année au France!\n--\nPhenomenal Club is a Franco - Belgian electronic music group. It consists of Philippe Dhondt aka Boris (songwriter), Xavier Decanter aka DJ Xam (composer), Luc Roubaud (DJ Rien) and the Belgian producers of Pleasure Game and Amnesia [",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}