Information about plays

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

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

{
    "id": 350308,
    "uri": "https://api.kexp.org/v2/plays/350308/?format=api",
    "airdate": "2019-07-05T04:01:00-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/daac774e-7736-4abe-9ba2-a7a3ef402e7a/19418349306-250.jpg",
    "thumbnail_uri": "",
    "song": "Sunrise",
    "track_id": "e943fede-b789-47da-b77b-83754338fefb",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}