Information about plays

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

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

{
    "id": 1416406,
    "uri": "https://api.kexp.org/v2/plays/1416406/?format=api",
    "airdate": "2008-08-31T02:03:00-07:00",
    "show": 24704,
    "show_uri": "https://api.kexp.org/v2/shows/24704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ECNN47G4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ECNN47G4L._SL75_.jpg",
    "song": "Bust a Move",
    "track_id": "28579aa4-a6c7-486e-9870-8cceffa1d666",
    "recording_id": null,
    "artist": "Young MC",
    "artist_ids": [
        "693097c4-17ec-4bb8-9b7c-74a5a2a85723"
    ],
    "album": "The Best of Young MC",
    "release_id": "cb14b132-4369-4a40-a394-9e28780d6021",
    "release_group_id": null,
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "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"
}