Information about plays

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

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

{
    "id": 453082,
    "uri": "https://api.kexp.org/v2/plays/453082/?format=api",
    "airdate": "2001-08-07T09:34:44-07:00",
    "show": 7666,
    "show_uri": "https://api.kexp.org/v2/shows/7666/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41n1FmO22CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41n1FmO22CL._SL75_.jpg",
    "song": "Ever Fallen in Love (With Someone You Shouldn't've)",
    "track_id": "b5aededf-cf7f-4644-aa20-cbf5f41a5c44",
    "recording_id": null,
    "artist": "The Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Love Bites",
    "release_id": "8bdea2d1-010f-490b-baeb-6bf81161d7b9",
    "release_group_id": null,
    "labels": [
        "restless"
    ],
    "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"
}