Information about plays

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

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

{
    "id": 1279225,
    "uri": "https://api.kexp.org/v2/plays/1279225/?format=api",
    "airdate": "2007-09-14T19:11:01-07:00",
    "show": 22386,
    "show_uri": "https://api.kexp.org/v2/shows/22386/?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": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "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"
}