Information about plays

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

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

{
    "id": 1288455,
    "uri": "https://api.kexp.org/v2/plays/1288455/?format=api",
    "airdate": "2007-10-08T13:48:34-07:00",
    "show": 22547,
    "show_uri": "https://api.kexp.org/v2/shows/22547/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UVKtgoBBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UVKtgoBBL._SL75_.jpg",
    "song": "Fall Bicycle",
    "track_id": "9669ccf3-760e-40dd-8bc9-1824e36e0100",
    "recording_id": null,
    "artist": "Lymbyc Systym",
    "artist_ids": [
        "593282da-814f-4733-9004-003598e8338c"
    ],
    "album": "Love Your Abuser",
    "release_id": "7014dfd0-e755-491f-850e-2c73e4b53efa",
    "release_group_id": null,
    "labels": [
        "Mush Records"
    ],
    "label_ids": [
        "05e6e753-0f22-438d-9cdd-cdc57eb56433"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}