Information about plays

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

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

{
    "id": 416296,
    "uri": "https://api.kexp.org/v2/plays/416296/?format=api",
    "airdate": "2001-04-19T06:45:52-07:00",
    "show": 6947,
    "show_uri": "https://api.kexp.org/v2/shows/6947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615zOkJzULL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615zOkJzULL._SL75_.jpg",
    "song": "Stonewall",
    "track_id": "04a6e0d9-6a8c-4e15-8749-5460d5f57f15",
    "recording_id": null,
    "artist": "The Honeydogs",
    "artist_ids": [
        "8f8d4d6f-68d7-47b7-811d-372d3e389aeb"
    ],
    "album": "Here's Luck",
    "release_id": "b5a9c3f1-e069-4bff-a157-9bd18291d622",
    "release_group_id": null,
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}