Information about plays

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

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

{
    "id": 1402397,
    "uri": "https://api.kexp.org/v2/plays/1402397/?format=api",
    "airdate": "2008-07-27T01:40:36-07:00",
    "show": 24469,
    "show_uri": "https://api.kexp.org/v2/shows/24469/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nimNquoxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nimNquoxL._SL75_.jpg",
    "song": "Glitch Funk",
    "track_id": "6de7d43b-545e-46bd-bb5f-d6614a24d378",
    "recording_id": null,
    "artist": "KJ Sawka",
    "artist_ids": [
        "4da511d4-4dfe-4389-9c0a-4ecf35cb0467"
    ],
    "album": "Cyclonic Steel",
    "release_id": "b4047b65-0c7d-4769-adaa-2a05b4945852",
    "release_group_id": null,
    "labels": [
        "Wax Orchard"
    ],
    "label_ids": [
        "b1ee2b48-af5c-438f-8244-28a26824109d"
    ],
    "release_date": "2007-06-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}