Information about plays

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

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

{
    "id": 3536389,
    "uri": "https://api.kexp.org/v2/plays/3536389/?format=api",
    "airdate": "2025-08-05T21:43:11-07:00",
    "show": 64210,
    "show_uri": "https://api.kexp.org/v2/shows/64210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vento De Beirada",
    "track_id": null,
    "recording_id": null,
    "artist": "Dora Morelenbaum",
    "artist_ids": [
        "45a76e42-b6f2-4b0c-abaf-15b3c900b38f"
    ],
    "album": "Badbadnotgood Brazil 45's",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The singer and composer Dora Morenbaum is one of the most incredible voices of the new wave of Brazilian music. Morenbaum is a member of the quartet Bala Desejo, winner of a Latin Grammy and a leading figure in contemporary Brazilian music that reaches everywhere.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}