Information about plays

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

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

{
    "id": 346868,
    "uri": "https://api.kexp.org/v2/plays/346868/?format=api",
    "airdate": "2019-06-27T07:28:00-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "School’s Out",
    "track_id": "1f735a34-ce50-4ec5-a4bd-6cccd506c4b5",
    "recording_id": null,
    "artist": "Alice Cooper",
    "artist_ids": [
        "4d7928cd-7ed2-4282-8c29-c0c9f966f1bd"
    ],
    "album": "Alice Cooper Trashes the World",
    "release_id": "a7df24c5-187f-417d-a5f4-f1239566c8c2",
    "release_group_id": null,
    "labels": [
        "CMV Enterprises"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle schoolkids, this one's for all of y'all! | https://www.youtube.com/watch?v=tcJgIAKqXWE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}