Information about plays

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

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

{
    "id": 1275532,
    "uri": "https://api.kexp.org/v2/plays/1275532/?format=api",
    "airdate": "2007-09-05T08:34:54-07:00",
    "show": 22325,
    "show_uri": "https://api.kexp.org/v2/shows/22325/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FPZR3M3GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FPZR3M3GL._SL75_.jpg",
    "song": "Listen to the DJ (feat. Soup)",
    "track_id": null,
    "recording_id": null,
    "artist": "Z-Trip",
    "artist_ids": [
        "03f93de6-6d62-4710-bcc7-9b3d7c3d95f5"
    ],
    "album": "Shifting Gears",
    "release_id": "a3bc7998-a11f-414e-9d84-babf2696133e",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2005-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}