Information about plays

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

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

{
    "id": 3584257,
    "uri": "https://api.kexp.org/v2/plays/3584257/?format=api",
    "airdate": "2025-11-28T20:09:43-08:00",
    "show": 65234,
    "show_uri": "https://api.kexp.org/v2/shows/65234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Same Time",
    "track_id": null,
    "recording_id": "c004c87c-e85d-4473-aa62-f73eddd1b715",
    "artist": "Tyler ICU",
    "artist_ids": [
        "fcab7369-69f7-4376-8c49-2a4cf162cdc2"
    ],
    "album": null,
    "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": "Tyler ICU (Austin Baloyi) is a South African DJ and record producer known for his work in the Amapiano genre, blending it with electronic music. He is the producer behind hit songs like \"Mnike\" and \"Banyana,\" and his name is a play on words, referencing both \"Intensive Care Unit\" and \"I See You\" to represent his immersive music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}