Information about plays

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

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

{
    "id": 377387,
    "uri": "https://api.kexp.org/v2/plays/377387/?format=api",
    "airdate": "2019-09-06T08:04:42-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/f6108f99-488a-3498-98eb-b037af8268d8/2514907489-250.jpg",
    "thumbnail_uri": "",
    "song": "Another Brick in the Wall, Part 2",
    "track_id": "83da97d0-b776-3a57-a8c2-535e6a20a080",
    "recording_id": null,
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Wall",
    "release_id": "f6108f99-488a-3498-98eb-b037af8268d8",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"No dark sarcasm in the classroom...\" Happy birthday, Roger Waters, singer-songwriter, bass guitarist, and composer for Pink Floyd.  He was born on this date in 1943.:  https://www.allmusic.com/artist/roger-waters-mn0000254556/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}