Information about plays

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

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

{
    "id": 535567,
    "uri": "https://api.kexp.org/v2/plays/535567/?format=api",
    "airdate": "2002-04-07T14:04:17-07:00",
    "show": 9282,
    "show_uri": "https://api.kexp.org/v2/shows/9282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611sylhW6CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611sylhW6CL._SL75_.jpg",
    "song": "All Tomorrow's Parties",
    "track_id": "f3e37c7e-bdd0-40ea-8686-3bd80cf9b7f1",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Best of The Velvet Underground: Words and Music of Lou Reed",
    "release_id": "d6752399-eff1-4fe1-bb4e-965b9f35155a",
    "release_group_id": null,
    "labels": [
        "Verve Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}