Information about plays

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

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

{
    "id": 1379028,
    "uri": "https://api.kexp.org/v2/plays/1379028/?format=api",
    "airdate": "2008-05-27T02:41:00-07:00",
    "show": 24068,
    "show_uri": "https://api.kexp.org/v2/shows/24068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61D1V7M84NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61D1V7M84NL._SL75_.jpg",
    "song": "Bubblegum",
    "track_id": "d47c5147-eb36-42af-8b52-72c7e76e7ed0",
    "recording_id": null,
    "artist": "Metaform",
    "artist_ids": [
        "81b4018a-f5eb-413a-85d3-2ef48e05c28c"
    ],
    "album": "Standing on the Shoulders of Giants",
    "release_id": "e0046d51-d502-43cb-a7cc-9ad6392973f8",
    "release_group_id": null,
    "labels": [
        "just BSMNT"
    ],
    "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"
}