Information about plays

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

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

{
    "id": 350862,
    "uri": "https://api.kexp.org/v2/plays/350862/?format=api",
    "airdate": "2019-07-06T12:56:59-07:00",
    "show": 5844,
    "show_uri": "https://api.kexp.org/v2/shows/5844/?format=api",
    "image_uri": "http://coverartarchive.org/release/29314f96-150a-463f-9de2-716117ae8c7e/10117994621-250.jpg",
    "thumbnail_uri": "",
    "song": "Star Guitar",
    "track_id": "3437467d-402e-39bf-9868-21895cc9289b",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Singles 93-03",
    "release_id": "29314f96-150a-463f-9de2-716117ae8c7e",
    "release_group_id": null,
    "labels": [
        "Freestyle Dust"
    ],
    "label_ids": [
        "86b88c78-b21f-4711-a43d-991d8d1db10b"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}