Information about plays

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

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

{
    "id": 1375229,
    "uri": "https://api.kexp.org/v2/plays/1375229/?format=api",
    "airdate": "2008-05-17T13:31:22-07:00",
    "show": 24003,
    "show_uri": "https://api.kexp.org/v2/shows/24003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rQx9Xgw0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rQx9Xgw0L._SL75_.jpg",
    "song": "Best",
    "track_id": "f5bbbbcc-ac72-45cb-9c1a-8488e0f83fe9",
    "recording_id": null,
    "artist": "The Hands",
    "artist_ids": [
        "d41d5ca4-7052-446f-a219-7f65f6bef016"
    ],
    "album": "The Hands",
    "release_id": "0a437ffa-c6e5-470a-bb27-e789b035a066",
    "release_group_id": null,
    "labels": [
        "Selector Sound"
    ],
    "label_ids": [
        "ab451f9d-316e-46e2-ac95-2f7bd1995421"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}