Information about plays

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

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

{
    "id": 347086,
    "uri": "https://api.kexp.org/v2/plays/347086/?format=api",
    "airdate": "2019-06-27T17:33:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/f52dd070-00d3-4882-9df0-e456c8a6afa3/19944378939-250.jpg",
    "thumbnail_uri": "",
    "song": "Lovely Day",
    "track_id": "15c61fbb-0de9-32e3-9abb-cd8f90a120a7",
    "recording_id": null,
    "artist": "Bill Withers",
    "artist_ids": [
        "fd1a2d9d-9bb6-44de-83a3-41560658aba9"
    ],
    "album": "The Best of Bill Withers: Lean on Me",
    "release_id": "f52dd070-00d3-4882-9df0-e456c8a6afa3",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2000-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lovely Day\" is a song by American soul and R&B singer Bill Withers. Written by Withers and Skip Scarborough, it was released on December 21, 1977 and appears on Withers' 1978 album Menagerie.\n\nThe song is notable for Withers' sustained note towards the end, which at 18 seconds long, is one of the longest ever recorded on a song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}