Information about plays

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

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

{
    "id": 356369,
    "uri": "https://api.kexp.org/v2/plays/356369/?format=api",
    "airdate": "2019-07-19T07:17:52-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/34361b26-4ca9-3bcf-81ff-95ced75c64cf/15472233585-250.jpg",
    "thumbnail_uri": "",
    "song": "Vivre",
    "track_id": "5b1b775b-8f8d-3c70-871a-cc4620a03587",
    "recording_id": null,
    "artist": "Zap Mama",
    "artist_ids": [
        "50c0ec9a-a2a3-4888-a8b0-a0cf565e5ac7"
    ],
    "album": "Ancestry in Progress",
    "release_id": "34361b26-4ca9-3bcf-81ff-95ced75c64cf",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2004-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks, Tovy, for this request (and good microphone work)! Want to find out where Zap Mama is on tour?:  http://www.zapmama.com/#ontour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}