Information about plays

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

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

{
    "id": 376015,
    "uri": "https://api.kexp.org/v2/plays/376015/?format=api",
    "airdate": "2019-09-03T13:37:53-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Raise Up",
    "track_id": "4ed02aeb-1a9d-4f0a-92a7-17dac651777d",
    "recording_id": null,
    "artist": "Kindness",
    "artist_ids": [
        "71828a18-b630-4f50-8f75-51e71d31b807"
    ],
    "album": "Something Like a War",
    "release_id": "023e7450-205b-47ee-821f-8790ef431a37",
    "release_group_id": null,
    "labels": [
        "Female Energy"
    ],
    "label_ids": [
        "9810552b-536f-489c-a830-e82d3369a94c"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kindness (aka Adam Bainbridge) is releasing a new album, \"Something Like  a War,\" on September 6 and will be at Barboza on Tuesday, November 12th, 2019.: http://www.undertheradarmag.com/news/kindness_shares_new_song_raise_up",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}