Information about plays

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

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

{
    "id": 354579,
    "uri": "https://api.kexp.org/v2/plays/354579/?format=api",
    "airdate": "2019-07-15T06:48:29-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/c80b25e2-eda0-4e70-ad09-5d6ddb1833c9/16155758945-250.jpg",
    "thumbnail_uri": "",
    "song": "Jacking the Ball",
    "track_id": "42cd3d03-4808-3e6a-910c-24aec406f693",
    "recording_id": null,
    "artist": "The Sea and Cake",
    "artist_ids": [
        "74171cb6-1ff8-42bd-be8a-96660c22e3e0"
    ],
    "album": "The Sea and Cake",
    "release_id": "c80b25e2-eda0-4e70-ad09-5d6ddb1833c9",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "1994-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here are The Sea and Cake performing this song live at Slim's in San Francisco in 2012:  https://www.youtube.com/watch?v=70VLbLCh2aw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}