Information about plays

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

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

{
    "id": 427362,
    "uri": "https://api.kexp.org/v2/plays/427362/?format=api",
    "airdate": "2001-05-23T20:03:31-07:00",
    "show": 7177,
    "show_uri": "https://api.kexp.org/v2/shows/7177/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41sly8z63VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41sly8z63VL._SL75_.jpg",
    "song": "Counting the Crossties",
    "track_id": "c1066ba1-8086-4064-835f-39153b061d49",
    "recording_id": null,
    "artist": "Bad Livers",
    "artist_ids": [
        "52136679-5be1-403a-ab23-a3a934646daa"
    ],
    "album": "Hogs on the Highway",
    "release_id": "d287713d-7548-4ffa-a917-be29d8dcc5fa",
    "release_group_id": null,
    "labels": [],
    "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"
}