Information about plays

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

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

{
    "id": 1264007,
    "uri": "https://api.kexp.org/v2/plays/1264007/?format=api",
    "airdate": "2007-08-07T09:15:03-07:00",
    "show": 22134,
    "show_uri": "https://api.kexp.org/v2/shows/22134/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MY3YQTBAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MY3YQTBAL._SL75_.jpg",
    "song": "Live in Sunshine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Pieces of the People We Love",
    "release_id": "d12daacd-5e36-4f6a-b737-393de84ae088",
    "release_group_id": null,
    "labels": [
        "Universal Motown Republic Group"
    ],
    "label_ids": [
        "bbadeaa2-9db8-48db-a51c-0ce79bc349b6"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}