Information about plays

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

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

{
    "id": 1285078,
    "uri": "https://api.kexp.org/v2/plays/1285078/?format=api",
    "airdate": "2007-09-29T19:08:00-07:00",
    "show": 22485,
    "show_uri": "https://api.kexp.org/v2/shows/22485/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516yxLPEdJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516yxLPEdJL._SL75_.jpg",
    "song": "Second Skin",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Frenching the Bully",
    "release_id": "5acbc9cb-6bb7-481b-9999-d2aa172b0478",
    "release_group_id": null,
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "release_date": "2003-06-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}