Information about plays

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

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

{
    "id": 3594059,
    "uri": "https://api.kexp.org/v2/plays/3594059/?format=api",
    "airdate": "2025-12-21T14:54:51-08:00",
    "show": 65439,
    "show_uri": "https://api.kexp.org/v2/shows/65439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe",
    "track_id": "02bd7b3b-b775-300e-838d-4a548f2147f1",
    "recording_id": "4415500d-07c6-4736-9549-724562717030",
    "artist": "Télépopmusik",
    "artist_ids": [
        "265f242e-cf4e-4fbe-a3fe-43112387172f"
    ],
    "album": "Genetic World",
    "release_id": "1832a836-ac07-4a8a-9fef-6cd4d2f3ed6a",
    "release_group_id": "c860d21b-c9bc-3c6b-a119-341e54a24e47",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Télépopmusik is a French electronic music trio, composed of Fabrice Dumont, Stephan Haeri, and Christophe Hetier.  They enlisted Angela McCluskey of Wild Colonials for the vocals on this debut single.  The song has been classified as lounge, electronica, and chill-out.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}