Information about plays

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

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

{
    "id": 355938,
    "uri": "https://api.kexp.org/v2/plays/355938/?format=api",
    "airdate": "2019-07-18T06:48:44-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cream and Bastards Rise",
    "track_id": "88ae4e92-4592-30e4-b3a1-6b0585c9d6d7",
    "recording_id": null,
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Little by Little...",
    "release_id": "9349afd9-1515-49e8-bd5f-74026ae1b157",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The third and final album from this local band that formed at UW in 1994",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}