Information about plays

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

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

{
    "id": 377329,
    "uri": "https://api.kexp.org/v2/plays/377329/?format=api",
    "airdate": "2019-09-06T04:56:08-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young, Latin and Proud",
    "track_id": "aff834a9-5df2-409b-aadf-77a0e39dbf9e",
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "Private Energy",
    "release_id": "4c2cfee4-498e-433a-8e36-7e703ed3f07c",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}