Information about plays

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

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

{
    "id": 350463,
    "uri": "https://api.kexp.org/v2/plays/350463/?format=api",
    "airdate": "2019-07-05T13:32:51-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/bf0afdb9-5ae9-42bb-8a4e-9ed828607470/21016300479-250.jpg",
    "thumbnail_uri": "",
    "song": "Greyhound",
    "track_id": "0d018924-6a80-4ecc-bba8-13f1bd12ccb6",
    "recording_id": null,
    "artist": "Calpurnia",
    "artist_ids": [
        "8de5d6cd-1475-4e69-bac4-afac6c56eca9"
    ],
    "album": "Scout",
    "release_id": "bf0afdb9-5ae9-42bb-8a4e-9ed828607470",
    "release_group_id": null,
    "labels": [
        "Royal Mountain Records"
    ],
    "label_ids": [
        "564dc8fb-cbd0-453b-ad29-dd867556d041"
    ],
    "release_date": "2018-06-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tune in to Sound and Vision on KEXP this Saturday from 7-9am. We'll be playing the KEXP in studio version of this song along with an interview clip with Calpurnia where one of the band members talks about taking a Greyhound bus from Vancouver BC to Seattle to see a show. PS Stranger Things Season 3 (feat. Finn Wolfhard of Calpurnia) launched on Netflix yesterday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}