Information about plays

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

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

{
    "id": 532076,
    "uri": "https://api.kexp.org/v2/plays/532076/?format=api",
    "airdate": "2002-03-28T06:00:00-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519z4uw31eL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519z4uw31eL._SL75_.jpg",
    "song": "River Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Five Leaves Left",
    "release_id": "2c0388da-5dd2-4228-a52e-2e1b4be8b23c",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "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"
}