Information about plays

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

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

{
    "id": 1274346,
    "uri": "https://api.kexp.org/v2/plays/1274346/?format=api",
    "airdate": "2007-09-02T11:40:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512J%2BLu7grL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512J%2BLu7grL._SL75_.jpg",
    "song": "Stay Out of the Kitchen",
    "track_id": "cdafe6dc-e7e1-4f97-951a-215dd3435a2b",
    "recording_id": null,
    "artist": "Mable John",
    "artist_ids": [
        "ae76f6b3-1613-4880-9421-a59e157fc47e"
    ],
    "album": "Stay Out Of The Kitchen",
    "release_id": "d23e29ee-2122-45fe-ad93-b7e475fa8340",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}