Information about plays

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

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

{
    "id": 534538,
    "uri": "https://api.kexp.org/v2/plays/534538/?format=api",
    "airdate": "2002-04-04T09:46:07-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M3S7GF7CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M3S7GF7CL._SL75_.jpg",
    "song": "Your Favorite Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "File Under: Easy Listening",
    "release_id": "e2a70343-ce20-4487-8c1b-627224b044e7",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}