Information about plays

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

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

{
    "id": 428691,
    "uri": "https://api.kexp.org/v2/plays/428691/?format=api",
    "airdate": "2001-05-27T17:36:00-07:00",
    "show": 7202,
    "show_uri": "https://api.kexp.org/v2/shows/7202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21R4SCEASJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21R4SCEASJL._SL75_.jpg",
    "song": "Chaplin's Radiotelephone",
    "track_id": "7851a5a5-54d3-4308-83f8-bf9b64cb9f54",
    "recording_id": null,
    "artist": "Joel RL Phelps & the Downer Trio",
    "artist_ids": [
        "7abcc289-a769-42b7-825b-ce08ad628502"
    ],
    "album": "3",
    "release_id": "689f97de-25ec-47e6-9a6a-036b9697322e",
    "release_group_id": null,
    "labels": [
        "Pacifico"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}