Information about plays

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

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

{
    "id": 414497,
    "uri": "https://api.kexp.org/v2/plays/414497/?format=api",
    "airdate": "2001-03-04T17:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FV3YXSZXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FV3YXSZXL._SL75_.jpg",
    "song": "Gone B4 Yr Home",
    "track_id": "58cfd477-903d-4bd4-9e70-f349d286b8dc",
    "recording_id": null,
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "From the Desk of Mr. Lady",
    "release_id": "a19da87a-f16e-46c1-9c51-93e3d3e665e3",
    "release_group_id": null,
    "labels": [
        "Mr. Lady"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}