Information about plays

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

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

{
    "id": 1177919,
    "uri": "https://api.kexp.org/v2/plays/1177919/?format=api",
    "airdate": "2006-12-28T13:30:04-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lOc4x2NJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lOc4x2NJL._SL75_.jpg",
    "song": "Everybody Here Wants You",
    "track_id": "8f8c284b-6818-4a66-a517-37dc8c04a881",
    "recording_id": null,
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Sketches for My Sweetheart the Drunk (disc 1)",
    "release_id": "0e87c249-2b8a-442e-b044-9d2b4bfb7eb1",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1998-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}