Information about plays

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

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

{
    "id": 350629,
    "uri": "https://api.kexp.org/v2/plays/350629/?format=api",
    "airdate": "2019-07-05T22:52:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Stop",
    "track_id": null,
    "recording_id": null,
    "artist": "Malcolm Rebel",
    "artist_ids": [],
    "album": "Malcolm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2019-07-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "See Seattle's Malcolm Rebel at Barboza on Sat. July 13th! http://www.thebarboza.com/event/1872169-malcolm-rebel-tony-goods-seattle/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}