Information about plays

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

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

{
    "id": 498943,
    "uri": "https://api.kexp.org/v2/plays/498943/?format=api",
    "airdate": "2001-12-20T20:59:00-08:00",
    "show": 8561,
    "show_uri": "https://api.kexp.org/v2/shows/8561/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zVkZYhUmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zVkZYhUmL._SL75_.jpg",
    "song": "Shenandoah (for Johnny Smith)",
    "track_id": "f67a19ee-e1c4-4002-8cf1-7bbfac955408",
    "recording_id": null,
    "artist": "Bill Frisell",
    "artist_ids": [
        "a21318db-f228-4a4d-8bce-6947a62985a5"
    ],
    "album": "Good Dog, Happy Man",
    "release_id": "eb0b7e6b-a87a-4b01-9f68-a20d27b22052",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}