Information about plays

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

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

{
    "id": 534161,
    "uri": "https://api.kexp.org/v2/plays/534161/?format=api",
    "airdate": "2002-04-03T08:20:59-08:00",
    "show": 9253,
    "show_uri": "https://api.kexp.org/v2/shows/9253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i4Gddn5FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i4Gddn5FL._SL75_.jpg",
    "song": "The Guns of Brixton",
    "track_id": null,
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Clash on Broadway (disc 2)",
    "release_id": "a76761c7-e940-42f7-9f59-c5ae71356347",
    "release_group_id": null,
    "labels": [
        "Epic/Sony/Legacy E3K46991"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}