Information about plays

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

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

{
    "id": 535786,
    "uri": "https://api.kexp.org/v2/plays/535786/?format=api",
    "airdate": "2002-04-08T04:34:02-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ENAQSV7GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ENAQSV7GL._SL75_.jpg",
    "song": "R U Still in to It? (DJ Q remix)",
    "track_id": "50bd537b-3cbb-4a69-bfa1-7011034894cb",
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Kicking a Dead Pig: Mogwai Songs Remixed",
    "release_id": "3f93a2a7-f26a-48f2-a84c-87dc023d9f59",
    "release_group_id": null,
    "labels": [
        "Jetset"
    ],
    "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"
}