Information about plays

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

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

{
    "id": 416165,
    "uri": "https://api.kexp.org/v2/plays/416165/?format=api",
    "airdate": "2001-04-18T20:45:00-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y9c7fL5GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y9c7fL5GL._SL75_.jpg",
    "song": "Complicated Life",
    "track_id": "b4ce7947-7b10-48a0-8b15-fc6652ddb50c",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Muswell Hillbillies",
    "release_id": "f5dc3fea-10c5-4ab7-a205-5a768946b46d",
    "release_group_id": null,
    "labels": [
        "Velvel"
    ],
    "label_ids": [
        "bfdf276a-2236-49cf-bf75-9308c4ca3113"
    ],
    "release_date": "1998-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}