Information about plays

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

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

{
    "id": 357591,
    "uri": "https://api.kexp.org/v2/plays/357591/?format=api",
    "airdate": "2019-07-22T09:45:59-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a8e7abb-f90b-40c9-ba00-8e85ddad397e/4820226114-250.jpg",
    "thumbnail_uri": "",
    "song": "The Rat",
    "track_id": "bf96736b-3a7b-396e-9791-ef6226bd4bb7",
    "recording_id": null,
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "Bows + Arrows",
    "release_id": "1a8e7abb-f90b-40c9-ba00-8e85ddad397e",
    "release_group_id": null,
    "labels": [
        "Record Collection"
    ],
    "label_ids": [
        "41c0078b-d8ff-447f-8595-97ac41c6230a"
    ],
    "release_date": "2004-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See the official video for \"The Rat\":  https://www.youtube.com/watch?v=mphTplbiivM  Here's a tribute to the \"thumping\" song:  https://www.independent.co.uk/arts-entertainment/music/features/the-walkmens-the-rat-is-still-the-ceiling-thumping-jam-you-remember-it-being-a7344226.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}