Information about plays

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

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

{
    "id": 1385885,
    "uri": "https://api.kexp.org/v2/plays/1385885/?format=api",
    "airdate": "2008-06-15T09:32:00-07:00",
    "show": 24194,
    "show_uri": "https://api.kexp.org/v2/shows/24194/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AA7BRF0ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AA7BRF0ZL._SL75_.jpg",
    "song": "Take My Love (I Want to Give It All to You)",
    "track_id": "36d6f1ae-fd18-4200-b566-f6c60875043e",
    "recording_id": null,
    "artist": "Little Willie John",
    "artist_ids": [
        "d59ce86d-2cc3-49be-be12-3eb4dde6e1ed"
    ],
    "album": "Fever: The Best Of",
    "release_id": "46c0ac8d-9830-4531-bafe-debb5235ee88",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}