Information about plays

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

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

{
    "id": 1389029,
    "uri": "https://api.kexp.org/v2/plays/1389029/?format=api",
    "airdate": "2008-06-23T06:19:00-07:00",
    "show": 24246,
    "show_uri": "https://api.kexp.org/v2/shows/24246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hNy-LRYJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hNy-LRYJL._SL75_.jpg",
    "song": "Crosseyed Beautiful Youngunz",
    "track_id": "514b24ef-e62e-4237-b099-727b48b469c7",
    "recording_id": null,
    "artist": "Love as Laughter",
    "artist_ids": [
        "8f5c6093-27ba-402d-b092-4157c93a4104"
    ],
    "album": "Holy",
    "release_id": "689a666f-8feb-4776-a393-6d9cbfb2f7e9",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}