Information about plays

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

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

{
    "id": 379130,
    "uri": "https://api.kexp.org/v2/plays/379130/?format=api",
    "airdate": "2019-09-10T13:21:32-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/bc10240b-ebb3-4174-a082-dedcc365d45d/6905764502-250.jpg",
    "thumbnail_uri": "",
    "song": "Avant Gardener",
    "track_id": "1a4b0375-6f59-4a2b-bdca-76196f4390cd",
    "recording_id": null,
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "The Double EP: A Sea of Split Peas",
    "release_id": "bc10240b-ebb3-4174-a082-dedcc365d45d",
    "release_group_id": null,
    "labels": [
        "Milk! Records"
    ],
    "label_ids": [
        "6f3fd8dd-28ab-41d7-b1c9-0691499bf1c6"
    ],
    "release_date": "2013-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dear John, please accept our condolences on your brother's death in 2016.  He suggested that you would like this Courtney Barnett song: https://www.youtube.com/watch?v=bcnIhzaDTd0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}