Information about plays

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

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

{
    "id": 350519,
    "uri": "https://api.kexp.org/v2/plays/350519/?format=api",
    "airdate": "2019-07-05T16:42:00-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Walk Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Louise Burns",
    "artist_ids": [
        "e90f6feb-2585-4f0c-afbe-319f0a048429"
    ],
    "album": "Just Walk Away",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Light Organ Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-03",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ahead of releasing fourth full-length album Portraits, Burns has shared this first single from the effort.\nWhile the album has yet to receive a release date, a press release notes that material was written early last year in Los Angeles alongside co-producer Damian Taylor (Arcade Fire, the Killers), Stint (Carly Rae Jepsen, Santigold) and Jasper Leak (Sia).\n\nPortraits will also feature appearances from fellow Vancouverites Hannah Georgas, Matt Robertson (Björk), David Prowse (Japandroids) and more.  https://bit.ly/2Xu5GZz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}