Information about plays

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

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

{
    "id": 456058,
    "uri": "https://api.kexp.org/v2/plays/456058/?format=api",
    "airdate": "2001-08-15T20:20:00-07:00",
    "show": 7721,
    "show_uri": "https://api.kexp.org/v2/shows/7721/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GT8WMXCQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GT8WMXCQL._SL75_.jpg",
    "song": "Humpin', Bumpin' & Thumpin'",
    "track_id": "29c1c2a9-7568-46aa-87f2-a1ecffdb20af",
    "recording_id": null,
    "artist": "Andre Williams",
    "artist_ids": [
        "e56a7641-f03e-43b9-b91b-052e2321653b"
    ],
    "album": "A Break From the Norm",
    "release_id": "34215ac3-2b0a-4ff7-b67f-3e9057518760",
    "release_group_id": null,
    "labels": [
        "Gut Records"
    ],
    "label_ids": [
        "f5cf3612-338b-4611-909f-029725b83ec3"
    ],
    "release_date": "2001-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}