Information about plays

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

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

{
    "id": 500649,
    "uri": "https://api.kexp.org/v2/plays/500649/?format=api",
    "airdate": "2001-12-26T16:00:00-08:00",
    "show": 8597,
    "show_uri": "https://api.kexp.org/v2/shows/8597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2127YG0S0YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2127YG0S0YL._SL75_.jpg",
    "song": "Tres",
    "track_id": "3712d06b-e6b0-44ed-93d3-244f9a6c243d",
    "recording_id": null,
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Blue Screen Life",
    "release_id": "842303f7-a216-4f7d-8012-7d3404313834",
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": "2001-10-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}