Information about plays

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

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

{
    "id": 3438679,
    "uri": "https://api.kexp.org/v2/plays/3438679/?format=api",
    "airdate": "2024-12-16T03:09:47-08:00",
    "show": 62123,
    "show_uri": "https://api.kexp.org/v2/shows/62123/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sanoe",
    "track_id": null,
    "recording_id": "511ad097-7e41-4895-8d62-1c0a800310cd",
    "artist": "Gabby Pahinui & the Sons of Hawaii",
    "artist_ids": [
        "2f76907a-f83e-42ec-9cf3-c167505f8b99"
    ],
    "album": "Music of Old Hawaii",
    "release_id": null,
    "release_group_id": "bb037b7a-5671-41b5-91ba-229242d1f91f",
    "labels": [
        "Hula Records"
    ],
    "label_ids": [
        "fb795a53-7bcf-4f1e-9eca-629d12dc6d80"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kānaka Maoli\n\nQueen Liliu'okalani 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. This song is of a mysterious secret love for a person named Sanoe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}