Information about plays

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

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

{
    "id": 353271,
    "uri": "https://api.kexp.org/v2/plays/353271/?format=api",
    "airdate": "2019-07-12T00:42:07-07:00",
    "show": 5885,
    "show_uri": "https://api.kexp.org/v2/shows/5885/?format=api",
    "image_uri": "http://coverartarchive.org/release/679841df-599d-402f-9f89-0d0bb6e94368/3024595035-250.jpg",
    "thumbnail_uri": "",
    "song": "Bodyrock",
    "track_id": "cdd592f4-d781-3035-80d6-ba3640f775c8",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Play",
    "release_id": "679841df-599d-402f-9f89-0d0bb6e94368",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1999-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bodyrock\" is a song by American electronica musician Moby.  Heavily inspired by hip hop music, the song incorporates vocal samples from \"Love Rap\" by Spoonie Gee and the Treacherous Three.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}