Information about plays

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

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

{
    "id": 436541,
    "uri": "https://api.kexp.org/v2/plays/436541/?format=api",
    "airdate": "2001-06-20T05:45:00-07:00",
    "show": 7351,
    "show_uri": "https://api.kexp.org/v2/shows/7351/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41mxQPI4qFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41mxQPI4qFL._SL75_.jpg",
    "song": "Lilies of the Valley",
    "track_id": "b7da502c-45fa-4323-8fd9-02933e69cba8",
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "David Byrne",
    "release_id": "a993829f-ba8d-4e19-ae19-406c3d7c71f1",
    "release_group_id": null,
    "labels": [
        "Luaka Bop/Sire/Warner Bros"
    ],
    "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"
}