Information about plays

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

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

{
    "id": 370282,
    "uri": "https://api.kexp.org/v2/plays/370282/?format=api",
    "airdate": "2019-08-21T06:38:30-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss Chase",
    "track_id": "79350e3d-71eb-330a-8bb6-a81277670e9b",
    "recording_id": null,
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Split",
    "release_id": "ce67f98a-bfa7-43f7-88fa-38a9df8835c8",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1994-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lush were an English rock band formed in London in 1987. They were one of the first bands to have been described with the \"shoegazing\" label. Lush Frontwoman Miki Berenyi has a new project. - https://bit.ly/2P6wDPz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}