Information about plays

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

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

{
    "id": 373093,
    "uri": "https://api.kexp.org/v2/plays/373093/?format=api",
    "airdate": "2019-08-27T16:59:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool It Down",
    "track_id": "b99ade24-ff07-3a45-9e95-6da1002386a8",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "2e2f6eb0-c282-3494-95af-28824bb39392",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since the advent of digital technology, tapes have given way to CDs, CDs have given way to playlists, all of which share human curation and visual representation in a meaningful manner--and that's something to celebrate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}