Information about plays

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

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

{
    "id": 353658,
    "uri": "https://api.kexp.org/v2/plays/353658/?format=api",
    "airdate": "2019-07-12T23:41:00-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buddies",
    "track_id": "6e1b1028-1f9d-4423-9139-9fb211756652",
    "recording_id": null,
    "artist": "Quelle Chris",
    "artist_ids": [
        "b2f60e78-7dca-4cb3-bc55-c62580be8010"
    ],
    "album": "Being You Is Great, I Wish I Could Be You More Often",
    "release_id": "35c456d7-091c-4711-bac1-8b61a1ebe49c",
    "release_group_id": null,
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [],
    "release_date": "2017-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Quelle Chris's video for 'Buddies' here: https://www.youtube.com/watch?v=Yq_Cc3hZqEM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}