Information about plays

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

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

{
    "id": 1288177,
    "uri": "https://api.kexp.org/v2/plays/1288177/?format=api",
    "airdate": "2007-10-07T20:34:00-07:00",
    "show": 22542,
    "show_uri": "https://api.kexp.org/v2/shows/22542/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514i8ZZVscL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514i8ZZVscL._SL75_.jpg",
    "song": "Show Off",
    "track_id": "6cddf68f-3ad2-4a36-9e9c-eb4777993855",
    "recording_id": null,
    "artist": "Hell Rell",
    "artist_ids": [
        "187fc29e-5cb2-4ed3-baec-8e0d6829e538"
    ],
    "album": "For the Hell of It",
    "release_id": "21798616-0c30-43cb-b694-e083a7c25963",
    "release_group_id": null,
    "labels": [
        "Koch Records"
    ],
    "label_ids": [
        "b85f0764-3335-4109-b15e-ac294fe305b9"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}