Information about plays

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

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

{
    "id": 422573,
    "uri": "https://api.kexp.org/v2/plays/422573/?format=api",
    "airdate": "2001-05-09T02:10:00-07:00",
    "show": 7082,
    "show_uri": "https://api.kexp.org/v2/shows/7082/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21152Y9Y15L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21152Y9Y15L._SL75_.jpg",
    "song": "Rocket Sled / Fuel Tank",
    "track_id": "899627f3-f979-4fc4-b53e-a32dd94754c3",
    "recording_id": null,
    "artist": "fIREHOSE",
    "artist_ids": [
        "33e09dd8-a998-4e1a-9e69-1a6567a3803d"
    ],
    "album": "Mr. Machinery Operator",
    "release_id": "87f80668-7769-45f4-ac87-e674576da286",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}