Information about plays

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

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

{
    "id": 1288337,
    "uri": "https://api.kexp.org/v2/plays/1288337/?format=api",
    "airdate": "2007-10-08T05:36:27-07:00",
    "show": 22545,
    "show_uri": "https://api.kexp.org/v2/shows/22545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pmyCWXqjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pmyCWXqjL._SL75_.jpg",
    "song": "World Town",
    "track_id": "9f7b42ed-1049-49ba-8f87-063cc59561b5",
    "recording_id": null,
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Kala",
    "release_id": "60c1e000-91a8-4749-bd21-bebcbcbea847",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}