Information about plays

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

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

{
    "id": 356021,
    "uri": "https://api.kexp.org/v2/plays/356021/?format=api",
    "airdate": "2019-07-18T11:42:44-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/bf0afdb9-5ae9-42bb-8a4e-9ed828607470/21016300479-250.jpg",
    "thumbnail_uri": "",
    "song": "Wasting Time",
    "track_id": "ca0a31c1-fc32-4d9f-9070-ab6d06abb51c",
    "recording_id": null,
    "artist": "Calpurnia",
    "artist_ids": [
        "8de5d6cd-1475-4e69-bac4-afac6c56eca9"
    ],
    "album": "Scout",
    "release_id": "bf0afdb9-5ae9-42bb-8a4e-9ed828607470",
    "release_group_id": null,
    "labels": [
        "Royal Mountain Records"
    ],
    "label_ids": [
        "564dc8fb-cbd0-453b-ad29-dd867556d041"
    ],
    "release_date": "2018-06-15",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Calpurnia's in-studio performance from July 2018: https://www.youtube.com/watch?v=nnKCxKgzMWU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}