Information about plays

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

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

{
    "id": 532215,
    "uri": "https://api.kexp.org/v2/plays/532215/?format=api",
    "airdate": "2002-03-28T16:38:05-08:00",
    "show": 9213,
    "show_uri": "https://api.kexp.org/v2/shows/9213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510z%2BMMkH8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510z%2BMMkH8L._SL75_.jpg",
    "song": "Nobody but You",
    "track_id": "83bbfe85-4885-450a-811b-8a4b99af5d11",
    "recording_id": null,
    "artist": "Asie Payton",
    "artist_ids": [
        "dfd614c1-acb1-44f1-a188-5ff9f3b22133"
    ],
    "album": "Worried",
    "release_id": "7dddb05f-eb71-45d8-9e17-2611efc3b149",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "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"
}