Information about plays

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

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

{
    "id": 473095,
    "uri": "https://api.kexp.org/v2/plays/473095/?format=api",
    "airdate": "2001-10-05T04:09:13-07:00",
    "show": 8058,
    "show_uri": "https://api.kexp.org/v2/shows/8058/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31678bpfn0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31678bpfn0L._SL75_.jpg",
    "song": "Milk DX",
    "track_id": "267092c1-73e0-4ab3-8106-4289c32532cd",
    "recording_id": null,
    "artist": "Autechre",
    "artist_ids": [
        "410c9baf-5469-44f6-9852-826524b80c61"
    ],
    "album": "Warp Peel Sessions, Volume 1",
    "release_id": "b66b46d0-6cba-4550-9ef3-b2dcde68fddb",
    "release_group_id": null,
    "labels": [
        "warp/nothing"
    ],
    "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"
}