Information about plays

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

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

{
    "id": 515398,
    "uri": "https://api.kexp.org/v2/plays/515398/?format=api",
    "airdate": "2002-02-07T19:07:00-08:00",
    "show": 8886,
    "show_uri": "https://api.kexp.org/v2/shows/8886/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ik0el236L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ik0el236L._SL75_.jpg",
    "song": "Backtrackin'",
    "track_id": "02fc6688-0371-453c-9084-ab6005992677",
    "recording_id": null,
    "artist": "The Nashville Bluegrass Band",
    "artist_ids": [
        "82cd001a-150d-45b1-aa21-42ba0065dd42"
    ],
    "album": "Waitin' for the Hard Times to Go",
    "release_id": "403c81da-a89c-4a02-a7b2-f884c15362f4",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}