Information about plays

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

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

{
    "id": 3583755,
    "uri": "https://api.kexp.org/v2/plays/3583755/?format=api",
    "airdate": "2025-11-27T18:30:15-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "TURTLE ISLAND",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Carmack, Dakota Bear",
    "artist_ids": [
        "4cc6b8c1-d06c-4aa3-90b9-8b505ebdf864",
        "16b1e122-b351-4418-9a6b-15bd2609f1f1"
    ],
    "album": "TURTLE ISLAND",
    "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": "Turtle Island, an ANTHEM uniting Natives from the North to the South, East to the West. https://urbannativecollective.org/turtle-island The concept of Turtle Island is deeply significant in many Native American cultures as it reflects our spiritual beliefs and relationship with Mother earth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}