Information about plays

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

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

{
    "id": 353614,
    "uri": "https://api.kexp.org/v2/plays/353614/?format=api",
    "airdate": "2019-07-12T21:20:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Way (feat. Nacho Picasso & Avatar Darko)",
    "track_id": null,
    "recording_id": null,
    "artist": "Key Nyata",
    "artist_ids": [
        "c935fa49-0d5d-4c3e-9800-e469b8fd657e"
    ],
    "album": "The Shadowed Diamond",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2013-08-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See Key Nyata, Nacho Picasso, KOTH & more at CBTY in the International District tomorrow, Sat. July 13th! More info: https://twitter.com/NachoPicasso/status/1148335527726215169",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}