Information about plays

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

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

{
    "id": 350454,
    "uri": "https://api.kexp.org/v2/plays/350454/?format=api",
    "airdate": "2019-07-05T12:58:55-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/ea2d8aef-e962-4294-88db-61ee0a6e270c/17460103949-250.jpg",
    "thumbnail_uri": "",
    "song": "Life Itself",
    "track_id": "849629fd-e580-4400-b54b-68202706cdf8",
    "recording_id": null,
    "artist": "Glass Animals",
    "artist_ids": [
        "20395131-fbde-43ce-b141-b700cfdae99c"
    ],
    "album": "How to Be a Human Being",
    "release_id": "ea2d8aef-e962-4294-88db-61ee0a6e270c",
    "release_group_id": null,
    "labels": [
        "Wolf Tone"
    ],
    "label_ids": [
        "d608beef-b792-4759-83cf-304079571d30"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}