Information about plays

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

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

{
    "id": 456401,
    "uri": "https://api.kexp.org/v2/plays/456401/?format=api",
    "airdate": "2001-08-16T18:22:06-07:00",
    "show": 7727,
    "show_uri": "https://api.kexp.org/v2/shows/7727/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Q3ME674PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Q3ME674PL._SL75_.jpg",
    "song": "Cowboy Peyton Place",
    "track_id": null,
    "recording_id": null,
    "artist": "Doug Sahm",
    "artist_ids": [
        "b4745bd1-5db8-4523-8986-e09e3c1f3127"
    ],
    "album": "The Return of Wayne Douglas",
    "release_id": "540c4fe0-05af-4859-8d1f-491ca9533965",
    "release_group_id": null,
    "labels": [
        "Tornado"
    ],
    "label_ids": [],
    "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"
}