Information about plays

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

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

{
    "id": 1196289,
    "uri": "https://api.kexp.org/v2/plays/1196289/?format=api",
    "airdate": "2007-02-13T04:55:09-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HB9K3XHXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HB9K3XHXL._SL75_.jpg",
    "song": "Nag! Nag! Nag! Nag!",
    "track_id": "8e9a531a-9ecd-4eab-9729-d828ad9afde4",
    "recording_id": null,
    "artist": "Art Brut",
    "artist_ids": [
        "1c89bbcc-a253-452a-9181-546eb536e06f"
    ],
    "album": "Nag! Nag! Nag! Nag!",
    "release_id": "b100967a-e9af-4a19-8956-3a304b597bac",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-11-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}