Information about plays

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

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

{
    "id": 354118,
    "uri": "https://api.kexp.org/v2/plays/354118/?format=api",
    "airdate": "2019-07-14T03:08:55-07:00",
    "show": 5903,
    "show_uri": "https://api.kexp.org/v2/shows/5903/?format=api",
    "image_uri": "http://coverartarchive.org/release/bea8c58d-7622-337b-9d80-332e20faaeb6/4542520793-250.jpg",
    "thumbnail_uri": "",
    "song": "Vanished",
    "track_id": "38bacf00-2ecc-358d-ac53-a12635c550ad",
    "recording_id": null,
    "artist": "Crystal Castles",
    "artist_ids": [
        "b1570544-93ab-4b2b-8398-131735394202"
    ],
    "album": "Crystal Castles",
    "release_id": "bea8c58d-7622-337b-9d80-332e20faaeb6",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2008-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}