Information about plays

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

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

{
    "id": 450281,
    "uri": "https://api.kexp.org/v2/plays/450281/?format=api",
    "airdate": "2001-07-30T09:13:20-07:00",
    "show": 7615,
    "show_uri": "https://api.kexp.org/v2/shows/7615/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217X76YHK3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217X76YHK3L._SL75_.jpg",
    "song": "Passing Complexion",
    "track_id": "156b7c90-71d0-4199-8e44-e92f69ff1242",
    "recording_id": null,
    "artist": "Big Black",
    "artist_ids": [
        "9463868f-edc8-427e-ac07-ea89698e5f15"
    ],
    "album": "Atomizer",
    "release_id": "4791aa3f-5c12-439f-9262-8d938af9a213",
    "release_group_id": null,
    "labels": [
        "Homestead Records"
    ],
    "label_ids": [
        "3a113bbe-09e6-4e87-9055-20b488e7d361"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}