Information about plays

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

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

{
    "id": 510779,
    "uri": "https://api.kexp.org/v2/plays/510779/?format=api",
    "airdate": "2002-01-25T15:07:00-08:00",
    "show": 8798,
    "show_uri": "https://api.kexp.org/v2/shows/8798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Hb8FWEwFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Hb8FWEwFL._SL75_.jpg",
    "song": "B-Boy Punk Rock 2001",
    "track_id": "d3007580-b2a1-4fac-b9b8-bc5446b400f4",
    "recording_id": null,
    "artist": "X-Ecutioners",
    "artist_ids": [
        "9bb0ae46-c22c-499f-915f-9b4fc8d4f767"
    ],
    "album": "Built From Scratch",
    "release_id": "ade3ce43-b285-404b-acf7-3293400c1fec",
    "release_group_id": null,
    "labels": [
        "Loud"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}