Information about plays

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

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

{
    "id": 509914,
    "uri": "https://api.kexp.org/v2/plays/509914/?format=api",
    "airdate": "2002-01-23T05:51:00-08:00",
    "show": 8783,
    "show_uri": "https://api.kexp.org/v2/shows/8783/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B5xNFjenL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B5xNFjenL._SL75_.jpg",
    "song": "It Might as Well Be Spring",
    "track_id": "2c546c53-e536-4c68-9348-f46a9328eb8e",
    "recording_id": null,
    "artist": "Fred Hersch & Bill Frisell",
    "artist_ids": [
        "811b61b1-6a1b-4080-821e-5c199be9cf4d"
    ],
    "album": "Songs We Know",
    "release_id": "1a8c2ffe-5d14-4794-bff7-aee3c2ed4d8d",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "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"
}