Information about plays

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

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

{
    "id": 351551,
    "uri": "https://api.kexp.org/v2/plays/351551/?format=api",
    "airdate": "2019-07-08T04:03:29-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Polychrome",
    "track_id": "a6377a6d-8fa2-4054-a186-26cd8ede6647",
    "recording_id": null,
    "artist": "NAVVI",
    "artist_ids": [
        "b2595e56-5e19-43e1-8e6a-3e27fc7f7476"
    ],
    "album": "Omni",
    "release_id": "01d9bfbc-bfc6-4662-8b7e-634b9740a1f3",
    "release_group_id": null,
    "labels": [
        "Hush Hush"
    ],
    "label_ids": [
        "e16ca8cb-0b05-4457-82ea-dc89913c0c86"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}