Information about plays

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

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

{
    "id": 1353001,
    "uri": "https://api.kexp.org/v2/plays/1353001/?format=api",
    "airdate": "2008-03-22T17:29:54-07:00",
    "show": 23632,
    "show_uri": "https://api.kexp.org/v2/shows/23632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31DZ4QXE7PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31DZ4QXE7PL._SL75_.jpg",
    "song": "Mind How You Run",
    "track_id": "580a996d-3a24-470c-b0f5-c07eb9449d3a",
    "recording_id": null,
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Courage",
    "release_id": "ba0f1cef-a2a3-46f2-ae09-7ae41e71acc4",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "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"
}