Information about plays

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

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

{
    "id": 501100,
    "uri": "https://api.kexp.org/v2/plays/501100/?format=api",
    "airdate": "2001-12-27T20:31:00-08:00",
    "show": 8604,
    "show_uri": "https://api.kexp.org/v2/shows/8604/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510Wup6o9%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510Wup6o9%2BL._SL75_.jpg",
    "song": "I Only Want a Buddy Not a Sweetheart",
    "track_id": "9f9863da-dff7-47a2-beb6-58c235e00b03",
    "recording_id": null,
    "artist": "Patsy Montana",
    "artist_ids": [
        "eb8f96cc-ecaa-4f6a-9224-0c828f772347"
    ],
    "album": "The Best of Patsy Montana",
    "release_id": "dcd9fcbb-801c-4a34-8f25-0a786ce8caf6",
    "release_group_id": null,
    "labels": [
        "Collector's Choice"
    ],
    "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"
}