Information about plays

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

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

{
    "id": 3548124,
    "uri": "https://api.kexp.org/v2/plays/3548124/?format=api",
    "airdate": "2025-09-02T20:15:58-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Donde Estás Tú (Chong the Nomad Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Chong the Nomad, Terror/Cactus, Pahua",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8",
        "67c42332-de6c-46a7-b36a-2db0ae9fe2f3",
        "91ac4b69-025f-4343-a40a-4f0703daf576"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Terror Cactus at Madame Lous in Seattle on Sep 10th\n\nhttps://www.terrorcactus.com/\n\nThey've also got a show in Leavenworth on the 12th of September and in Portland on the 13th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}