Information about plays

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

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

{
    "id": 1265212,
    "uri": "https://api.kexp.org/v2/plays/1265212/?format=api",
    "airdate": "2007-08-10T06:57:44-07:00",
    "show": 22152,
    "show_uri": "https://api.kexp.org/v2/shows/22152/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xsX8GuebL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xsX8GuebL._SL75_.jpg",
    "song": "Cocaine Blues",
    "track_id": "79836d84-6125-419b-a92a-7774b5cdf1cc",
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Family Tree",
    "release_id": "24e44b52-2ae5-4aa3-8896-db2aca673e44",
    "release_group_id": null,
    "labels": [
        "Tsunami LG/Fontana"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}