Information about plays

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

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

{
    "id": 349517,
    "uri": "https://api.kexp.org/v2/plays/349517/?format=api",
    "airdate": "2019-07-03T09:16:03-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/3206bb7e-f4fc-486e-af0c-1ea106a47fc9/2934325843-250.jpg",
    "thumbnail_uri": "",
    "song": "Say That",
    "track_id": "15d5c322-1f28-3fa8-969c-81f4672e456f",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Anything in Return",
    "release_id": "3206bb7e-f4fc-486e-af0c-1ea106a47fc9",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2013-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey, what songs remind you of summer and why? Email us: soundandvision@kexp.org <br> </br> Check out this Toro y Moi in-studio from 2015:  https://www.kexp.org/read/2015/8/19/live-video-toro-y-moi-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}