Information about plays

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

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

{
    "id": 428191,
    "uri": "https://api.kexp.org/v2/plays/428191/?format=api",
    "airdate": "2001-05-26T00:30:00-07:00",
    "show": 7190,
    "show_uri": "https://api.kexp.org/v2/shows/7190/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P5T3YMYYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P5T3YMYYL._SL75_.jpg",
    "song": "Sand (feat. Lisa Germano)",
    "track_id": null,
    "recording_id": null,
    "artist": "OP8",
    "artist_ids": [
        "a478d8fc-55b1-4622-9f58-52f0e847d41a"
    ],
    "album": "Slush",
    "release_id": "7f82220c-7e64-4e45-af4e-946ae370bdee",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "1997-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}