Information about plays

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

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

{
    "id": 443043,
    "uri": "https://api.kexp.org/v2/plays/443043/?format=api",
    "airdate": "2001-07-09T02:00:00-07:00",
    "show": 7480,
    "show_uri": "https://api.kexp.org/v2/shows/7480/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RRQVC2AAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RRQVC2AAL._SL75_.jpg",
    "song": "Sandtreader",
    "track_id": "f637e0ec-c87b-44d5-a968-56dad4e852d9",
    "recording_id": null,
    "artist": "Harold Budd",
    "artist_ids": [
        "5c864a6f-146e-4225-986d-3295ce90f784"
    ],
    "album": "Lovely Thunder",
    "release_id": "f1da6792-3a6a-4e4c-97fc-fc2477b183ef",
    "release_group_id": null,
    "labels": [
        "Editions EG"
    ],
    "label_ids": [
        "05674da4-44db-4db3-8724-2a19870d5189"
    ],
    "release_date": "1986-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}