Information about plays

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

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

{
    "id": 416203,
    "uri": "https://api.kexp.org/v2/plays/416203/?format=api",
    "airdate": "2001-04-19T01:00:00-07:00",
    "show": 6946,
    "show_uri": "https://api.kexp.org/v2/shows/6946/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JFMA8TVRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JFMA8TVRL._SL75_.jpg",
    "song": "Multi-Family Garage Sale (bargain-bin mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Land of the Loops",
    "artist_ids": [
        "9f5465e3-79f4-4d43-9543-11278e136ee2"
    ],
    "album": "Bundle of Joy",
    "release_id": "925b3251-65e4-41b5-bc7d-715e8eb61a79",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}