Information about plays

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

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

{
    "id": 508149,
    "uri": "https://api.kexp.org/v2/plays/508149/?format=api",
    "airdate": "2002-01-17T19:21:00-08:00",
    "show": 8745,
    "show_uri": "https://api.kexp.org/v2/shows/8745/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AX660W50L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AX660W50L._SL75_.jpg",
    "song": "Dreamworld",
    "track_id": "bf1bffd8-1bfc-4f4b-8934-8dc748a8f8bd",
    "recording_id": null,
    "artist": "Ed Burleson",
    "artist_ids": [
        "f97b5c35-af32-4b08-b2b7-a4a5b18b8013"
    ],
    "album": "My Perfect World",
    "release_id": "59187983-606d-4af5-8956-b65f60bfc700",
    "release_group_id": null,
    "labels": [
        "Tornado"
    ],
    "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"
}