Information about plays

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

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

{
    "id": 500909,
    "uri": "https://api.kexp.org/v2/plays/500909/?format=api",
    "airdate": "2001-12-27T06:16:00-08:00",
    "show": 8601,
    "show_uri": "https://api.kexp.org/v2/shows/8601/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W-83JfpcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W-83JfpcL._SL75_.jpg",
    "song": "Switchboard",
    "track_id": "5091ccb7-e078-4950-b8c9-e6062c89c838",
    "recording_id": null,
    "artist": "Ides of Space",
    "artist_ids": [
        "3f5bb62a-4141-42af-ab92-1336ccb76162"
    ],
    "album": "There Are No New Clouds",
    "release_id": "580868b1-eb3d-472c-b6f1-dfe5afb99b34",
    "release_group_id": null,
    "labels": [
        "Better Looking"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}