Information about plays

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

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

{
    "id": 356899,
    "uri": "https://api.kexp.org/v2/plays/356899/?format=api",
    "airdate": "2019-07-20T14:59:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Petrol Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Sink Ya Teeth",
    "artist_ids": [
        "a56b7e63-1df8-424f-8fa9-11e6bb733678"
    ],
    "album": "Sink Ya Teeth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this video of Sink Ya Teeth performing live at the Musée de la danse in Rennes, France, during Trans Musicales 2018: https://www.youtube.com/watch?v=UFtJf2C82Xc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}