Information about plays

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

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

{
    "id": 377625,
    "uri": "https://api.kexp.org/v2/plays/377625/?format=api",
    "airdate": "2019-09-06T18:09:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Bad News",
    "track_id": "a7c9cb95-cb88-4c15-8710-fb14833fb52f",
    "recording_id": null,
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Good Thing",
    "release_id": "f3286cfd-ab9e-4f60-8505-e5f284390238",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2018-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP interview with Leon Bridges discussing his album \"Good Thing\" upon its release. https://www.kexp.org/read/2018/9/14/leon-bridges-definitely-delivers-good-thing-his-new-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}