Information about plays

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

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

{
    "id": 1288680,
    "uri": "https://api.kexp.org/v2/plays/1288680/?format=api",
    "airdate": "2007-10-09T02:34:02-07:00",
    "show": 22551,
    "show_uri": "https://api.kexp.org/v2/shows/22551/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KgeExTMZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KgeExTMZL._SL75_.jpg",
    "song": "We're All Going to Die",
    "track_id": "f2e9c842-a8be-40aa-888f-71b8515c4c21",
    "recording_id": null,
    "artist": "Malcolm Middleton",
    "artist_ids": [
        "d7ab5dd4-9923-4e3f-b8ac-ae028cdfb167"
    ],
    "album": "A Brighter Beat",
    "release_id": "6ab059ae-4bba-4420-a56b-de0ec9fabbd7",
    "release_group_id": null,
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2007-02-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}