Information about plays

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

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

{
    "id": 356850,
    "uri": "https://api.kexp.org/v2/plays/356850/?format=api",
    "airdate": "2019-07-20T11:48:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Criminal",
    "track_id": "ef1d425e-7bda-4ba0-8159-fff7c70b8c52",
    "recording_id": null,
    "artist": "Protoje",
    "artist_ids": [
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "Ancient Future",
    "release_id": "b91de7ce-f513-43ba-9ada-a3ebaa358cd1",
    "release_group_id": null,
    "labels": [
        "Baco Records"
    ],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Observing everything happening in the world prompted Protoje to put pen to paper and then he decided to visit Kexp studios back in March 2016. And tell us all about it. You can check out that performance here: https://www.youtube.com/watch?v=hj9nyxzb0Yo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}