Information about plays

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

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

{
    "id": 1277085,
    "uri": "https://api.kexp.org/v2/plays/1277085/?format=api",
    "airdate": "2007-09-09T09:34:00-07:00",
    "show": 22352,
    "show_uri": "https://api.kexp.org/v2/shows/22352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419T5ETC6QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419T5ETC6QL._SL75_.jpg",
    "song": "The Things I Used To Do",
    "track_id": "a76de7a9-f075-43d9-9931-6ae6630f6ab5",
    "recording_id": null,
    "artist": "Buddy Guy",
    "artist_ids": [
        "4336a134-d091-4e54-9967-c7c433db6d4e"
    ],
    "album": "My Time After Awhile",
    "release_id": "cc87797d-10a0-4d93-84a7-b04c249e0167",
    "release_group_id": null,
    "labels": [
        "Vanguard Records"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "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"
}