Information about plays

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

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

{
    "id": 383192,
    "uri": "https://api.kexp.org/v2/plays/383192/?format=api",
    "airdate": "2019-09-20T00:25:19-07:00",
    "show": 6375,
    "show_uri": "https://api.kexp.org/v2/shows/6375/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a445a79-1038-4aab-bca7-1870369f5394/23895417273-250.jpg",
    "thumbnail_uri": "",
    "song": "SUGAR",
    "track_id": "97187ed0-a24a-47a9-a4e3-541cf5e9e4e2",
    "recording_id": null,
    "artist": "BROCKHAMPTON",
    "artist_ids": [
        "3ac96b4c-4f42-48c8-b793-84dbf54d7ac6"
    ],
    "album": "GINGER",
    "release_id": "6a445a79-1038-4aab-bca7-1870369f5394",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "at WaMu Theater on Sun, Oct 27",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}