Information about plays

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

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

{
    "id": 415769,
    "uri": "https://api.kexp.org/v2/plays/415769/?format=api",
    "airdate": "2001-04-17T15:45:00-07:00",
    "show": 6937,
    "show_uri": "https://api.kexp.org/v2/shows/6937/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XmGx1AbGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XmGx1AbGL._SL75_.jpg",
    "song": "Red Beans & Rice",
    "track_id": "30b39e37-6eba-4e8b-82db-b725bde1339b",
    "recording_id": null,
    "artist": "Spearhead",
    "artist_ids": [
        "67e4c4cc-d704-44fe-a06b-a6aab152e01f"
    ],
    "album": "Home",
    "release_id": "ccf6beb3-a589-409f-bf03-e577d347e42f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}