Information about plays

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

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

{
    "id": 377384,
    "uri": "https://api.kexp.org/v2/plays/377384/?format=api",
    "airdate": "2019-09-06T07:53:34-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/dd9cc392-ac15-4db3-9749-b9a009bfe379/16257822584-250.jpg",
    "thumbnail_uri": "",
    "song": "Show Me (feat. Pos from De La Soul)",
    "track_id": "13866305-91fc-3361-b2b9-25a27d486103",
    "recording_id": null,
    "artist": "Mint Royale",
    "artist_ids": [
        "dec629c1-c5b8-4fa1-9bb2-eaf979550f41"
    ],
    "album": "On the Ropes",
    "release_id": "dd9cc392-ac15-4db3-9749-b9a009bfe379",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahhh....the Friday song.  On September 10th, KEXP presents Music Heals: Mental Health – a day of programming dedicated to calling attention to the public health crisis that is depression and anxiety, and exploring how music can help us know we are not alone. Learn more: https://www.kexp.org/musicheals/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}