Information about plays

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

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

{
    "id": 1275710,
    "uri": "https://api.kexp.org/v2/plays/1275710/?format=api",
    "airdate": "2007-09-05T20:10:00-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519JSZREBXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519JSZREBXL._SL75_.jpg",
    "song": "Acid",
    "track_id": "d7d01157-6357-40b6-b79f-e6c3e1820eeb",
    "recording_id": null,
    "artist": "Ray Barretto",
    "artist_ids": [
        "169153fd-ba80-401a-8ccd-2825efaf9155"
    ],
    "album": "Acid",
    "release_id": "9cad075d-0135-4cd9-af40-74bc8c1466e5",
    "release_group_id": null,
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}