Information about plays

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

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

{
    "id": 428886,
    "uri": "https://api.kexp.org/v2/plays/428886/?format=api",
    "airdate": "2001-05-28T11:41:15-07:00",
    "show": 7208,
    "show_uri": "https://api.kexp.org/v2/shows/7208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W4RZJV9XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W4RZJV9XL._SL75_.jpg",
    "song": "The Silence",
    "track_id": "82e47e0c-e5a5-4181-84f8-f9ddbb696c4d",
    "recording_id": null,
    "artist": "Ollano",
    "artist_ids": [
        "1ac381ff-db01-4946-9dd7-0e3dc4ccabb9"
    ],
    "album": "Ollano",
    "release_id": "0e8d817c-8112-4935-bade-8450befc4bea",
    "release_group_id": null,
    "labels": [
        "Shadow"
    ],
    "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"
}