Information about plays

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

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

{
    "id": 417479,
    "uri": "https://api.kexp.org/v2/plays/417479/?format=api",
    "airdate": "2001-04-23T16:31:45-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YP0XRANEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YP0XRANEL._SL75_.jpg",
    "song": "Taking Everything",
    "track_id": "f7c7473a-8ea5-457a-947f-458cba430ed4",
    "recording_id": null,
    "artist": "Bob Mould",
    "artist_ids": [
        "d7f5305a-15fc-4af4-a61b-f6f45510cc8f"
    ],
    "album": "The Last Dog and Pony Show",
    "release_id": "27200d33-d1aa-4f61-8a3a-c75dbef88e01",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1998-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}