Information about plays

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

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

{
    "id": 377649,
    "uri": "https://api.kexp.org/v2/plays/377649/?format=api",
    "airdate": "2019-09-06T19:36:00-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fountain of Youth",
    "track_id": "a097a4cd-b605-4c77-87e6-3f7475b78aca",
    "recording_id": null,
    "artist": "Local Natives",
    "artist_ids": [
        "1bbf31dc-dbc0-4a7a-bf3f-48bc665878e1"
    ],
    "album": "Sunlit Youth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local Natives live in the KEXP studio.  http://blog.kexp.org/2016/10/28/live-video-local-natives/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}