Information about plays

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

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

{
    "id": 1336363,
    "uri": "https://api.kexp.org/v2/plays/1336363/?format=api",
    "airdate": "2008-02-08T20:14:00-08:00",
    "show": 23352,
    "show_uri": "https://api.kexp.org/v2/shows/23352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Qb%2B53k%2BaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Qb%2B53k%2BaL._SL75_.jpg",
    "song": "Wheel of Fortune",
    "track_id": "72658abf-4b89-46a8-9928-6d123db1365d",
    "recording_id": null,
    "artist": "Robert Gordon",
    "artist_ids": [
        "259a8d5f-d323-4b1c-897a-35ffdd7922c5"
    ],
    "album": "Is Red Hot",
    "release_id": "bb16955c-c534-4a18-addd-b4a593f97204",
    "release_group_id": null,
    "labels": [],
    "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"
}