Information about plays

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

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

{
    "id": 1352250,
    "uri": "https://api.kexp.org/v2/plays/1352250/?format=api",
    "airdate": "2008-03-20T19:28:51-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DPQJu7hqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DPQJu7hqL._SL75_.jpg",
    "song": "Miss Marie & The Bedford Blaze",
    "track_id": "858f82b0-32be-4114-9f12-f09227bdd39e",
    "recording_id": null,
    "artist": "Marty Stuart",
    "artist_ids": [
        "0ceb7e7d-3866-44aa-b8be-9a9f69004236"
    ],
    "album": "Rig Rock Deluxe: A Musical Salute to the American Truck Driver",
    "release_id": "32204eda-7cc4-4da9-a2e4-a431b68b5903",
    "release_group_id": null,
    "labels": [
        "Diesel Only/Koch"
    ],
    "label_ids": [],
    "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"
}