Information about plays

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

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

{
    "id": 3591265,
    "uri": "https://api.kexp.org/v2/plays/3591265/?format=api",
    "airdate": "2025-12-15T03:51:11-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aloha Oe",
    "track_id": null,
    "recording_id": null,
    "artist": "The Kawaihao Church Choir",
    "artist_ids": [],
    "album": "Hawai'i Aloha",
    "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": "Kānaka Maoli\n\nWritten by Queen Liliu'okalani who was an accomplished poet and musician. She and her siblings were known as \"\"Nā Lani ʻEhā,\"\" or \"\"The Royal Four\"\" or \"\"The Heavenly Four.\"\" Together, they wrote many of Hawaiʻi's most timeless and treasured musical works.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}