Information about plays

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

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

{
    "id": 530352,
    "uri": "https://api.kexp.org/v2/plays/530352/?format=api",
    "airdate": "2002-03-23T13:09:14-08:00",
    "show": 9178,
    "show_uri": "https://api.kexp.org/v2/shows/9178/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VAy9MLTTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VAy9MLTTL._SL75_.jpg",
    "song": "All Falls Away",
    "track_id": "d99d5bc1-31ca-4571-b778-8c8bc136c5a5",
    "recording_id": null,
    "artist": "The Silos",
    "artist_ids": [
        "cb987607-f778-4bed-9a11-f68b19773b07"
    ],
    "album": "Cuba",
    "release_id": "ef6679a6-0f5c-4379-8871-223dc57a8c5e",
    "release_group_id": null,
    "labels": [
        "Watermelon Records"
    ],
    "label_ids": [
        "cf245a7f-46a9-432a-a792-6a21a23ec057"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}