Information about plays

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

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

{
    "id": 351070,
    "uri": "https://api.kexp.org/v2/plays/351070/?format=api",
    "airdate": "2019-07-07T00:04:26-07:00",
    "show": 5850,
    "show_uri": "https://api.kexp.org/v2/shows/5850/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ace Supreme",
    "track_id": "ba936820-9c75-4c44-bfa9-44c08b5cfe40",
    "recording_id": null,
    "artist": "Silverhead",
    "artist_ids": [
        "a20019b9-a735-4491-b26a-d4bd25333e94"
    ],
    "album": "Silverhead",
    "release_id": "9e36afe7-9481-4cd2-95a2-a869b7b82807",
    "release_group_id": null,
    "labels": [
        "Purple Records"
    ],
    "label_ids": [
        "b3c939f6-2733-4665-9eca-a6e87a235471"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}