Information about plays

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

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

{
    "id": 1177869,
    "uri": "https://api.kexp.org/v2/plays/1177869/?format=api",
    "airdate": "2006-12-28T09:40:30-08:00",
    "show": 20653,
    "show_uri": "https://api.kexp.org/v2/shows/20653/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415FKRsP17L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415FKRsP17L._SL75_.jpg",
    "song": "Blinded by the Lights",
    "track_id": null,
    "recording_id": null,
    "artist": "The Streets",
    "artist_ids": [
        "6f607087-9c46-4bb2-a884-e4efc764554c"
    ],
    "album": "A Grand Don't Come for Free",
    "release_id": "e932edc4-33ba-4039-a1f0-81b1958ef898",
    "release_group_id": null,
    "labels": [
        "Locked On/Vice/Atlantic"
    ],
    "label_ids": [],
    "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"
}