Information about plays

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

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

{
    "id": 450590,
    "uri": "https://api.kexp.org/v2/plays/450590/?format=api",
    "airdate": "2001-07-31T05:32:00-07:00",
    "show": 7620,
    "show_uri": "https://api.kexp.org/v2/shows/7620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YF1E8XNZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YF1E8XNZL._SL75_.jpg",
    "song": "The Goldheart Mountaintop Queen Directory",
    "track_id": "118fd128-3ab7-4759-b8f4-594cdec42370",
    "recording_id": null,
    "artist": "Guided By Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Bee Thousand",
    "release_id": "c1295203-75fb-4d24-a3f7-ed1b8a564ee6",
    "release_group_id": null,
    "labels": [
        "Scat/Matador"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}