Information about plays

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

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

{
    "id": 431417,
    "uri": "https://api.kexp.org/v2/plays/431417/?format=api",
    "airdate": "2001-06-05T02:00:00-07:00",
    "show": 7257,
    "show_uri": "https://api.kexp.org/v2/shows/7257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CE8D8ZYNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CE8D8ZYNL._SL75_.jpg",
    "song": "Telepathic Workshop",
    "track_id": null,
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Music Has the Right to Children",
    "release_id": "87a7fed9-64fe-49b0-b469-257ac67927b3",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}