Information about plays

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

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

{
    "id": 533734,
    "uri": "https://api.kexp.org/v2/plays/533734/?format=api",
    "airdate": "2002-04-02T02:46:00-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11RS5KV142L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11RS5KV142L._SL75_.jpg",
    "song": "Slang Blade",
    "track_id": "77168f05-f341-4214-b7b2-e144e5382e28",
    "recording_id": null,
    "artist": "Binary Star",
    "artist_ids": [
        "f30f9355-4b0c-4c32-b28f-c0ef778a566e"
    ],
    "album": "Masters of the Universe",
    "release_id": "a48e7f7e-e80c-436c-a6b1-81e554bd9fb9",
    "release_group_id": null,
    "labels": [
        "Subterraneous Records"
    ],
    "label_ids": [
        "62d3361c-316e-4b19-9509-faab18318fe1"
    ],
    "release_date": "2000-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}