Information about plays

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

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

{
    "id": 343330,
    "uri": "https://api.kexp.org/v2/plays/343330/?format=api",
    "airdate": "2019-06-19T06:08:50-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "http://coverartarchive.org/release/524c5a17-1f08-4d05-8bb5-bed5735dd96e/8073215669-250.jpg",
    "thumbnail_uri": "",
    "song": "Made-Up Dreams",
    "track_id": "9753fd94-071d-331a-80cd-758ebfc98d89",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Perfect From Now On",
    "release_id": "524c5a17-1f08-4d05-8bb5-bed5735dd96e",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-01-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built To Spill will perform two nights at the Showbox -Friday, October 25 & Saturday, October 26! More info here: http://www.builttospill.com/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}