Information about plays

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

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

{
    "id": 3412440,
    "uri": "https://api.kexp.org/v2/plays/3412440/?format=api",
    "airdate": "2024-10-14T07:27:44-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kwin Potutu (Small Island mix)",
    "track_id": null,
    "recording_id": "d22b5965-7177-4d70-aed4-accc1df0c8d6",
    "artist": "Small Island Big Song feat. The Yumi Yet Bamboo Band",
    "artist_ids": [
        "5fe80fd5-9b37-4717-905d-f139b2d26a24",
        "e153658b-de29-4c15-af4b-829c7f73abc9"
    ],
    "album": null,
    "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 Yumi Yet Bamboo Band, are part of a phenomena of Bamboo Bands around Buka Island, which can also be found in the neighbouring Solomon Islands. Most of the groups are village based, with usually the women singing and the men playing the bamboos. The Yumi Yet bamboo Band from Lontis village are one of the Islands best, often being invited for festivals throughout PNG and the Pacific.\n\nhttps://smallislandbigsong1.bandcamp.com/track/kwin-potutu-small-island-mix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}