Information about plays

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

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

{
    "id": 351959,
    "uri": "https://api.kexp.org/v2/plays/351959/?format=api",
    "airdate": "2019-07-09T04:26:29-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?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": "Toro Y Moi - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=k0X4U96OnpA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}