Information about plays

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

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

{
    "id": 370832,
    "uri": "https://api.kexp.org/v2/plays/370832/?format=api",
    "airdate": "2019-08-22T12:57:24-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gone",
    "track_id": "637668db-0e04-3996-9bb5-e5641f92aef1",
    "recording_id": null,
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "You in Reverse",
    "release_id": "f0384d6c-1aae-4212-bb84-1ddd7c0e3484",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2006-04-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Built To Spill is playing two nights here in Seattle on Friday & Saturday, October 25th & 26th at the Showbox for the Keep It Like a Secret Tour. https://bit.ly/2MyvXjU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}