Information about plays

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

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

{
    "id": 427615,
    "uri": "https://api.kexp.org/v2/plays/427615/?format=api",
    "airdate": "2001-05-24T13:52:00-07:00",
    "show": 7181,
    "show_uri": "https://api.kexp.org/v2/shows/7181/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lGEX9L5IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lGEX9L5IL._SL75_.jpg",
    "song": "Blood in My Eyes",
    "track_id": "561587dd-d936-455f-a1b0-efa95b1ce9e7",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "World Gone Wrong",
    "release_id": "22119eed-b5f1-4f54-81e5-71066c2ae452",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}