Information about plays

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

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

{
    "id": 421395,
    "uri": "https://api.kexp.org/v2/plays/421395/?format=api",
    "airdate": "2001-05-05T04:32:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514b9OQ2V3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514b9OQ2V3L._SL75_.jpg",
    "song": "Looking Lost",
    "track_id": "65ec09c4-b928-4cb3-be8e-5d55a77433ee",
    "recording_id": null,
    "artist": "The Posies",
    "artist_ids": [
        "4e083f26-965f-436f-9227-c2c47ad18ffc"
    ],
    "album": "Success",
    "release_id": "878f74db-a564-4a7a-b0e3-e7c0e6152ac8",
    "release_group_id": null,
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "release_date": "1998-02-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}