Information about plays

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

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

{
    "id": 1337662,
    "uri": "https://api.kexp.org/v2/plays/1337662/?format=api",
    "airdate": "2008-02-12T03:32:15-08:00",
    "show": 23376,
    "show_uri": "https://api.kexp.org/v2/shows/23376/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cP3RcYrBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cP3RcYrBL._SL75_.jpg",
    "song": "Crash",
    "track_id": "a391dbee-4448-4fb5-9004-2b0a75076695",
    "recording_id": null,
    "artist": "The Primitives",
    "artist_ids": [
        "9a407ae8-afbb-4a3a-abb1-1fab4b3c26af"
    ],
    "album": "The Brit Box (disc 1)",
    "release_id": "e91a2a7b-3b4c-4af9-a832-a0d88853bce8",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}