Information about plays

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

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

{
    "id": 1385717,
    "uri": "https://api.kexp.org/v2/plays/1385717/?format=api",
    "airdate": "2008-06-14T21:56:54-07:00",
    "show": 24190,
    "show_uri": "https://api.kexp.org/v2/shows/24190/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61EOYU-IxCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61EOYU-IxCL._SL75_.jpg",
    "song": "BUZZ-IN",
    "track_id": "5780dba4-ce80-4906-bd5d-ce4838502aa2",
    "recording_id": null,
    "artist": "Boris",
    "artist_ids": [
        "57652bf8-cfe8-42e7-b9a7-5572a7080d8d"
    ],
    "album": "Smile",
    "release_id": "3302fab0-9637-4a01-b6d1-b922aabe9a3d",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "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"
}