Information about plays

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

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

{
    "id": 356543,
    "uri": "https://api.kexp.org/v2/plays/356543/?format=api",
    "airdate": "2019-07-19T17:12:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Car",
    "track_id": "d1a72780-948e-49a3-be9f-1d4cca8d9a99",
    "recording_id": null,
    "artist": "Red Ribbon",
    "artist_ids": [
        "ef4091bd-cb48-4c99-873c-90e104ce79d5"
    ],
    "album": "Dark Party",
    "release_id": "d7270c54-b9a9-4883-a193-6fc42f4e6d0a",
    "release_group_id": null,
    "labels": [
        "Union Zero"
    ],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing on August 9th of KEXP's Concerts at the Mural, sharing the set with Cherry Glazerr and Antonioni!  https://bit.ly/2FTbKA4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}