Information about plays

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

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

{
    "id": 1375679,
    "uri": "https://api.kexp.org/v2/plays/1375679/?format=api",
    "airdate": "2008-05-18T18:22:00-07:00",
    "show": 24013,
    "show_uri": "https://api.kexp.org/v2/shows/24013/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41gxc8RTzBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41gxc8RTzBL._SL75_.jpg",
    "song": "The Payoff Mix",
    "track_id": "0c0e7e19-3f4b-498d-b8ae-a59bd0917488",
    "recording_id": null,
    "artist": "Double Dee + Steinski",
    "artist_ids": [
        "4b4f83f8-4a66-47ed-b5b4-d3cae617e377"
    ],
    "album": "What Does It All Mean?: 1983-2006 Retrospective (disc 1: Retrospective)",
    "release_id": "65a4550e-6a4a-47f2-a015-32cc6f1ee587",
    "release_group_id": null,
    "labels": [
        "Illegal Art"
    ],
    "label_ids": [
        "65bb2ff8-bc13-47ae-9752-2161fb0a4c3e"
    ],
    "release_date": "2008-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}