Information about plays

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

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

{
    "id": 418257,
    "uri": "https://api.kexp.org/v2/plays/418257/?format=api",
    "airdate": "2001-04-25T22:40:00-07:00",
    "show": 6988,
    "show_uri": "https://api.kexp.org/v2/shows/6988/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WcizurLVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WcizurLVL._SL75_.jpg",
    "song": "Year Waxing, Year Waning",
    "track_id": "03be5043-8ab1-4cea-b95c-eb9e1c7cb467",
    "recording_id": null,
    "artist": "Appendix Out",
    "artist_ids": [
        "fcb0f116-1c2a-4b78-bda5-e135a60457f3"
    ],
    "album": "The Night Is Advancing",
    "release_id": "1ed4710f-6192-4735-b0b6-f6f57f6e46e3",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2001-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}