Information about plays

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

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

{
    "id": 3525692,
    "uri": "https://api.kexp.org/v2/plays/3525692/?format=api",
    "airdate": "2025-07-11T20:14:27-07:00",
    "show": 63986,
    "show_uri": "https://api.kexp.org/v2/shows/63986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Off The Lights",
    "track_id": null,
    "recording_id": "102e8da1-2ee0-4443-afd6-739afb84530c",
    "artist": "TxC Ft Tony Duardo",
    "artist_ids": [],
    "album": "Turn Off The Lights",
    "release_id": null,
    "release_group_id": "befaab5f-bc2f-4473-a67a-7ee75ba844fc",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"TxC\" most likely refers to TxC (DJ Duo), a South African DJ and record production duo consisting of Tarryn Reid and Clairise Hefke. They are known for their Amapiano music and have gained international recognition, performing at events like the 2022 FIFA World Cup.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}