Information about plays

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

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

{
    "id": 381661,
    "uri": "https://api.kexp.org/v2/plays/381661/?format=api",
    "airdate": "2019-09-16T16:59:15-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "http://coverartarchive.org/release/17e6bcf0-d282-40da-9018-6d7742a885fe/16174270545-250.jpg",
    "thumbnail_uri": "",
    "song": "A.M. 180",
    "track_id": "b9121877-22e1-3cb9-88a6-6ad60d4c9836",
    "recording_id": null,
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "Under the Western Freeway",
    "release_id": "17e6bcf0-d282-40da-9018-6d7742a885fe",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1997-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}