Information about plays

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

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

{
    "id": 487085,
    "uri": "https://api.kexp.org/v2/plays/487085/?format=api",
    "airdate": "2001-11-15T22:43:38-08:00",
    "show": 8331,
    "show_uri": "https://api.kexp.org/v2/shows/8331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GnIGuUDzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GnIGuUDzL._SL75_.jpg",
    "song": "Blue Intensity",
    "track_id": "1bd45454-6f60-444a-89bc-0c0931a54905",
    "recording_id": null,
    "artist": "Sun Ra Arkestra",
    "artist_ids": [
        "d9733f21-71d7-4fa7-813d-67eca0f0eaaf"
    ],
    "album": "Nuclear War",
    "release_id": "62c32956-6c4f-41e0-bb44-bf04a153e978",
    "release_group_id": null,
    "labels": [
        "Atavistic"
    ],
    "label_ids": [
        "01643627-1dba-4c18-b0e9-480337630da0"
    ],
    "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"
}