Information about plays

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

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

{
    "id": 370029,
    "uri": "https://api.kexp.org/v2/plays/370029/?format=api",
    "airdate": "2019-08-20T18:18:00-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sad Purchase",
    "track_id": null,
    "recording_id": null,
    "artist": "Chet Lam",
    "artist_ids": [],
    "album": "Hum Ching For you",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LYFE Music"
    ],
    "label_ids": [],
    "release_date": "2018-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chet Lam is a Hong Kong based independent \"city-folk\" singer/songwriter. In 2015, Lam founded a crowdfunding website MusicBee with musicians Vicky Fung, Victor Tse and creative team Why Interactive, dedicated to Chinese independent music artists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}