Information about plays

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

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

{
    "id": 428563,
    "uri": "https://api.kexp.org/v2/plays/428563/?format=api",
    "airdate": "2001-05-27T09:41:15-07:00",
    "show": 7200,
    "show_uri": "https://api.kexp.org/v2/shows/7200/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b5101KivL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b5101KivL._SL75_.jpg",
    "song": "S.U.V.'s",
    "track_id": null,
    "recording_id": null,
    "artist": "Mem Shannon",
    "artist_ids": [
        "374d40b2-c29d-4410-9460-2eb82fe309d2"
    ],
    "album": "Memphis in the Morning",
    "release_id": "601a2475-d07c-429c-b158-453a8627b9ca",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}