Information about plays

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

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

{
    "id": 473848,
    "uri": "https://api.kexp.org/v2/plays/473848/?format=api",
    "airdate": "2001-10-07T13:48:00-07:00",
    "show": 8073,
    "show_uri": "https://api.kexp.org/v2/shows/8073/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21J0BWPY8PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21J0BWPY8PL._SL75_.jpg",
    "song": "Devastation",
    "track_id": "2399cea4-f07a-411b-bf21-3541c7eaa8be",
    "recording_id": null,
    "artist": "Matthew Ryan",
    "artist_ids": [
        "4a438422-be3a-4359-98de-4d1d62ae1860"
    ],
    "album": "Concussion",
    "release_id": "6ce3354f-de2f-429e-9fa0-c1824d551bd6",
    "release_group_id": null,
    "labels": [
        "WaxySilver"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}