Information about plays

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

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

{
    "id": 377206,
    "uri": "https://api.kexp.org/v2/plays/377206/?format=api",
    "airdate": "2019-09-05T21:26:09-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Non-Stop",
    "track_id": "fdc96ef4-dddc-4070-96b2-1aa5ca1c777a",
    "recording_id": null,
    "artist": "Chong the Nomad",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Non-Stop",
    "release_id": "c5607e77-0753-46ea-8623-d1803d1fc3b2",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chong the Nomad! Seattle based musician performing LIVE at R Day 2019. Saturday, October 5th! https://www.thestranger.com/events/40920306/rainier-beers-r-day-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}