Information about plays

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

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

{
    "id": 2677657,
    "uri": "https://api.kexp.org/v2/plays/2677657/?format=api",
    "airdate": "2019-12-24T19:56:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tbiliso Tbil Gziso",
    "track_id": null,
    "recording_id": null,
    "artist": "Zviad Mgebry, Ben Wheeler, Anonymous Artists",
    "artist_ids": [],
    "album": "And Then We Danced: Original Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "GMI Rights Management"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soundtrack album for the Swedish/Georgian drama And Then We Danced. The album features the songs from the film by Zviad Mgebry & Ben Wheeler, among other artists. The drama, which has been selected as Sweden’s candidate in the Best International Feature category for next year’s Academy Awards, premiered at this year’s Cannes Film Festival. https://www.youtube.com/watch?v=nGzvEXIktTo&feature=emb_title",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}