Information about plays

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

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

{
    "id": 368363,
    "uri": "https://api.kexp.org/v2/plays/368363/?format=api",
    "airdate": "2019-08-16T18:27:00-07:00",
    "show": 6137,
    "show_uri": "https://api.kexp.org/v2/shows/6137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Andromeda (D.R.A.M. Special)",
    "track_id": "be3b8c9a-c220-4295-aeff-a72a02bd297b",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Humanz",
    "release_id": "1c1e4699-76eb-46f9-983e-82c1978d0048",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Virtual group founded by Blur principal Damon Albarn. https://www.gorillaz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}