Information about plays

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

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

{
    "id": 534155,
    "uri": "https://api.kexp.org/v2/plays/534155/?format=api",
    "airdate": "2002-04-03T07:55:54-08:00",
    "show": 9253,
    "show_uri": "https://api.kexp.org/v2/shows/9253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51y5erln1KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51y5erln1KL._SL75_.jpg",
    "song": "Kill the President",
    "track_id": "659a1549-f5e8-4471-b6f7-b4b0f7206495",
    "recording_id": null,
    "artist": "Coffin Break",
    "artist_ids": [
        "2726a5df-692f-40e4-a8b2-4f509a7ea2f6"
    ],
    "album": "No Sleep 'til the Stardust Motel",
    "release_id": "983da54d-c05e-4116-8197-eab73f7f38f2",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}