Information about plays

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

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

{
    "id": 2679721,
    "uri": "https://api.kexp.org/v2/plays/2679721/?format=api",
    "airdate": "2019-12-29T21:21:05-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogie Meltdown",
    "track_id": null,
    "recording_id": null,
    "artist": "Flamingo Pier",
    "artist_ids": [
        "3f22a266-a7b2-45cf-aa5f-39e9701bc4e6"
    ],
    "album": "Indigo EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [],
    "release_date": "2020-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Zealand DJ collective Flamingo Pier return to Soundway Records with their Indigo EP. Drawing inspiration again from cosmic disco, Afro-house and and Italo - Luke, Brad and Dominic hone their craft further on the Indigo EP. The full EP will be released on 12” vinyl and digital (with bonus radio edit) on Friday 7 February 2020.\n https://flamingopier.bandcamp.com/album/indigo-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}