Information about plays

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

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

{
    "id": 351950,
    "uri": "https://api.kexp.org/v2/plays/351950/?format=api",
    "airdate": "2019-07-09T03:58:36-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/daac774e-7736-4abe-9ba2-a7a3ef402e7a/19418349306-250.jpg",
    "thumbnail_uri": "",
    "song": "Wave of Conscience",
    "track_id": "670ed6cb-beb1-4900-b6b4-db8d870fe346",
    "recording_id": null,
    "artist": "Blackwater Holylight",
    "artist_ids": [
        "fbaa0689-530b-4216-a20d-2a09cb69967e"
    ],
    "album": "Blackwater Holylight",
    "release_id": "daac774e-7736-4abe-9ba2-a7a3ef402e7a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.instagram.com/blackwaterholylight/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}