Information about plays

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

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

{
    "id": 353632,
    "uri": "https://api.kexp.org/v2/plays/353632/?format=api",
    "airdate": "2019-07-12T22:24:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Rich Kids",
    "track_id": "44e7fe41-2f49-3c48-9e26-343aae70447f",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [],
    "album": "Channel Orange",
    "release_id": "9519df6d-f8a6-4b57-9ab4-ddb35aa7d09e",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [],
    "release_date": "2012-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Channel Orange' was released 7 years ago on July 10th, 2012! https://open.spotify.com/album/392p3shh2jkxUxY2VHvlH8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}