Information about plays

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

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

{
    "id": 378428,
    "uri": "https://api.kexp.org/v2/plays/378428/?format=api",
    "airdate": "2019-09-08T17:25:29-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce/21129597655-250.jpg",
    "thumbnail_uri": "",
    "song": "Dripping Sun",
    "track_id": "6f84ab45-1258-4900-b3c1-35ba634b6047",
    "recording_id": null,
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Masana Temples",
    "release_id": "d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce",
    "release_group_id": null,
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing FRI, NOVEMBER 29, 2019 @ The Crocodile // https://www.kikagakumoyo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}