Information about plays

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

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

{
    "id": 346095,
    "uri": "https://api.kexp.org/v2/plays/346095/?format=api",
    "airdate": "2019-06-25T18:49:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Flamingods",
    "artist_ids": [
        "5359dc95-f340-4108-960c-0afdc13584ab"
    ],
    "album": "Sun",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Art Is Hard Records ‎"
    ],
    "label_ids": [],
    "release_date": "2013-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flamingods are a four piece alternative rock band from London and Bahrain. Their sound blends western psychedelia with pop and Eastern musical influences, and has been described as 'Exotic Psychedelia'.  You can experience them LIVE performing live at Kex Hostel in Reykjavik during Iceland Airwaves 2018. Recorded November 8, 2018 for KEXP  https://www.youtube.com/watch?v=_s9_Fh_jFZI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}