Information about plays

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

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

{
    "id": 454839,
    "uri": "https://api.kexp.org/v2/plays/454839/?format=api",
    "airdate": "2001-08-12T12:41:15-07:00",
    "show": 7700,
    "show_uri": "https://api.kexp.org/v2/shows/7700/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GT8WMXCQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GT8WMXCQL._SL75_.jpg",
    "song": "Young Scene",
    "track_id": "ce856515-67ba-4a3a-9d4c-669baddf9721",
    "recording_id": null,
    "artist": "Keith Mansfield",
    "artist_ids": [
        "2a41f475-11b2-4ed2-9e9c-281e87296567"
    ],
    "album": "A Break From the Norm",
    "release_id": "34215ac3-2b0a-4ff7-b67f-3e9057518760",
    "release_group_id": null,
    "labels": [
        "restless"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}