Information about plays

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

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

{
    "id": 500959,
    "uri": "https://api.kexp.org/v2/plays/500959/?format=api",
    "airdate": "2001-12-27T09:50:00-08:00",
    "show": 8601,
    "show_uri": "https://api.kexp.org/v2/shows/8601/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61k%2BqcBBjaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61k%2BqcBBjaL._SL75_.jpg",
    "song": "Thursday's Child",
    "track_id": "92e3c6ee-d3a9-46df-8574-dcdf2050d82c",
    "recording_id": null,
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "The Radio 1 Evening Show Sessions",
    "release_id": "9c339e25-cda9-4cd6-b996-53c4baea2db5",
    "release_group_id": null,
    "labels": [
        "BBC Radio"
    ],
    "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"
}