Information about plays

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

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

{
    "id": 355163,
    "uri": "https://api.kexp.org/v2/plays/355163/?format=api",
    "airdate": "2019-07-16T16:56:06-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "http://coverartarchive.org/release/942623af-b7d9-4d02-9cf2-e2daca1de313/15316828171-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Years",
    "track_id": "e137a4bb-e1d1-41c1-a238-d0d412722f40",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Who Can I Be Now? 1974–1976",
    "release_id": "942623af-b7d9-4d02-9cf2-e2daca1de313",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2016-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}