Information about plays

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

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

{
    "id": 1352277,
    "uri": "https://api.kexp.org/v2/plays/1352277/?format=api",
    "airdate": "2008-03-20T20:44:00-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61R8AMWY0QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61R8AMWY0QL._SL75_.jpg",
    "song": "Ain't No More Cane",
    "track_id": "05ceca0f-d06f-495d-b48e-2d7f256ed41c",
    "recording_id": null,
    "artist": "Bob Dylan and The Band",
    "artist_ids": [],
    "album": "The Basement Tapes (disc 2)",
    "release_id": "9d770b57-3c59-496b-9a96-be38149105f6",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}