Information about plays

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

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

{
    "id": 3415398,
    "uri": "https://api.kexp.org/v2/plays/3415398/?format=api",
    "airdate": "2024-10-21T04:33:23-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dutch Friend",
    "track_id": null,
    "recording_id": null,
    "artist": "The Lani Singers",
    "artist_ids": [
        "716e3d5a-3405-4f03-bbe0-9c5e9e67ebc5"
    ],
    "album": "Ninalik Arirak",
    "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": "The Lani Singers are husband and wife, Benny and Maria Wenda. They come from the Baliem Valley in the remote central highland region of West Papua in the south-west Pacific, and play songs that are rooted in the sacred rituals of the Lani tribe. They currently live in exile in the UK having had to escape genocide and the Indonesian government.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}