Information about plays

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

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

{
    "id": 454788,
    "uri": "https://api.kexp.org/v2/plays/454788/?format=api",
    "airdate": "2001-08-12T09:15:00-07:00",
    "show": 7699,
    "show_uri": "https://api.kexp.org/v2/shows/7699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QAPBJH1XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QAPBJH1XL._SL75_.jpg",
    "song": "Call My Job",
    "track_id": "886466e5-93af-4162-b342-3f5a34f9b79e",
    "recording_id": null,
    "artist": "Albert King",
    "artist_ids": [
        "10f89195-3af1-46f5-aa36-504aa3309f5a"
    ],
    "album": "Guitar Man",
    "release_id": "b05be77e-13d9-46df-8ea5-4dd5739e48c2",
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "label_ids": [],
    "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"
}