Information about plays

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

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

{
    "id": 1122222,
    "uri": "https://api.kexp.org/v2/plays/1122222/?format=api",
    "airdate": "2006-08-05T00:20:00-07:00",
    "show": 19698,
    "show_uri": "https://api.kexp.org/v2/shows/19698/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YAVZJ7K6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YAVZJ7K6L._SL75_.jpg",
    "song": "Honeythief",
    "track_id": null,
    "recording_id": null,
    "artist": "Halou",
    "artist_ids": [
        "ead4fa2d-2ecc-47f6-8ad0-01d26683e7db"
    ],
    "album": "Wholeness & Separation",
    "release_id": "fca37635-f7fd-4fac-a759-aead768b2a49",
    "release_group_id": null,
    "labels": [
        "Vertebrae Records"
    ],
    "label_ids": [
        "afdfa180-ffdf-4932-847c-984a48c2851c"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}