Information about plays

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

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

{
    "id": 1411494,
    "uri": "https://api.kexp.org/v2/plays/1411494/?format=api",
    "airdate": "2008-08-18T23:33:27-07:00",
    "show": 24625,
    "show_uri": "https://api.kexp.org/v2/shows/24625/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C0690WBTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C0690WBTL._SL75_.jpg",
    "song": "Almost the Same",
    "track_id": null,
    "recording_id": null,
    "artist": "Clearlake",
    "artist_ids": [
        "081a4a4d-9b6a-4382-8baa-c1b6481c2c70"
    ],
    "album": "Cedars",
    "release_id": "e2ebccc8-6514-4a21-b955-e5988e832971",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2003-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}