Information about plays

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

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

{
    "id": 494461,
    "uri": "https://api.kexp.org/v2/plays/494461/?format=api",
    "airdate": "2001-12-07T19:28:00-08:00",
    "show": 8477,
    "show_uri": "https://api.kexp.org/v2/shows/8477/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KT0VHQXRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KT0VHQXRL._SL75_.jpg",
    "song": "Sleepin' on the Job of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Robbie Fulks",
    "artist_ids": [
        "217f526c-f353-4d8b-8ba7-67fe0407f489"
    ],
    "album": "The Very Best of Robbie Fulks",
    "release_id": "66a84168-5e58-4213-9e42-7e3f79b8c701",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}