Information about plays

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

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

{
    "id": 371029,
    "uri": "https://api.kexp.org/v2/plays/371029/?format=api",
    "airdate": "2019-08-22T21:06:55-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Polar Onion",
    "track_id": "3b8f094f-dd12-4898-aedb-7c7177a4f4d5",
    "recording_id": null,
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "LAHS",
    "release_id": "1b19e737-2bf6-4324-b338-91a3a353dd46",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Allah-Las's upcoming concert with Mapache and Tim Hill at Neumos is on December 6th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}