Information about plays

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

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

{
    "id": 1302488,
    "uri": "https://api.kexp.org/v2/plays/1302488/?format=api",
    "airdate": "2007-11-14T21:15:01-08:00",
    "show": 22787,
    "show_uri": "https://api.kexp.org/v2/shows/22787/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41-xasHmMFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41-xasHmMFL._SL75_.jpg",
    "song": "Intruders",
    "track_id": "5930f2f1-5972-4a7a-84d9-adc8a9dc497f",
    "recording_id": null,
    "artist": "Recoil",
    "artist_ids": [
        "a4a3ecce-7ee9-4599-940a-49be61c2fee9"
    ],
    "album": "subHuman",
    "release_id": "9941ee54-4bc6-44c0-a840-ac7a878338fe",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2007-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}