Information about plays

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

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

{
    "id": 1279367,
    "uri": "https://api.kexp.org/v2/plays/1279367/?format=api",
    "airdate": "2007-09-15T02:01:00-07:00",
    "show": 22388,
    "show_uri": "https://api.kexp.org/v2/shows/22388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41bv7bTFNCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41bv7bTFNCL._SL75_.jpg",
    "song": "IMpossible",
    "track_id": "fe712c3d-768d-4453-951a-f15561cf47ce",
    "recording_id": null,
    "artist": "Figurine",
    "artist_ids": [
        "32ae0b84-5550-44f4-a3b4-b895518c48b4"
    ],
    "album": "The Heartfelt",
    "release_id": "d757a8da-1379-424a-bc19-e5f07c8000f8",
    "release_group_id": null,
    "labels": [
        "March Records"
    ],
    "label_ids": [
        "0c344d0c-76e5-4976-ab72-51639dc6ab41"
    ],
    "release_date": "2005-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}