Information about plays

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

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

{
    "id": 352694,
    "uri": "https://api.kexp.org/v2/plays/352694/?format=api",
    "airdate": "2019-07-10T19:57:15-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sand and Stone",
    "track_id": "c52d19e2-b73f-4ed4-8e14-50a59b5ab281",
    "recording_id": null,
    "artist": "Dylan LeBlanc",
    "artist_ids": [
        "df6721f1-5c56-43c8-b212-50d701ad09d3"
    ],
    "album": "Renegade",
    "release_id": "2fcf6668-8674-4adb-9cb2-c94871707a85",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wed 7/24 @ Tractor ; this song live: https://www.youtube.com/watch?v=M7fT061QHpI ; http://www.dylanleblanc.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}