Information about plays

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

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

{
    "id": 510974,
    "uri": "https://api.kexp.org/v2/plays/510974/?format=api",
    "airdate": "2002-01-26T03:31:00-08:00",
    "show": 8801,
    "show_uri": "https://api.kexp.org/v2/shows/8801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519FCZ2XAGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519FCZ2XAGL._SL75_.jpg",
    "song": "Adventures Of An Asshole (excerpt)",
    "track_id": null,
    "recording_id": null,
    "artist": "Henry Rollins",
    "artist_ids": [
        "656b39fb-979c-4c57-bb87-61d1a8eb38d1"
    ],
    "album": "Human Butt (disc 1)",
    "release_id": "23e7a45f-5928-4679-9d97-cc4f7ea963a1",
    "release_group_id": null,
    "labels": [
        "1/4 Stick"
    ],
    "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"
}