Information about plays

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

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

{
    "id": 511782,
    "uri": "https://api.kexp.org/v2/plays/511782/?format=api",
    "airdate": "2002-01-28T16:00:00-08:00",
    "show": 8820,
    "show_uri": "https://api.kexp.org/v2/shows/8820/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2BbS-V1rkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2BbS-V1rkL._SL75_.jpg",
    "song": "The Path",
    "track_id": "0a161de8-d3a7-4cef-a469-2fd19987a5da",
    "recording_id": null,
    "artist": "Big Ass Truck",
    "artist_ids": [
        "c50fbda0-a989-40b7-9f17-6cc70cc7f911"
    ],
    "album": "The Rug",
    "release_id": "3f75617f-a452-4062-898b-16b4d55c9abb",
    "release_group_id": null,
    "labels": [
        "Terminus"
    ],
    "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"
}