Information about plays

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

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

{
    "id": 465944,
    "uri": "https://api.kexp.org/v2/plays/465944/?format=api",
    "airdate": "2001-09-13T21:05:00-07:00",
    "show": 7921,
    "show_uri": "https://api.kexp.org/v2/shows/7921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/310Y9QAWCNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/310Y9QAWCNL._SL75_.jpg",
    "song": "Broken Harbours pt3",
    "track_id": null,
    "recording_id": null,
    "artist": "Stars of the Lid",
    "artist_ids": [
        "a1154343-1ea1-4007-97d3-2382482a90cd"
    ],
    "album": "The Tired Sounds of Stars of the Lid",
    "release_id": "eddc2843-d3dd-48ba-b1c9-2ad509570aaa",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2001-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}